desktop/sweethome3d/sweethome3d.install

11 lines
304 B
Plaintext
Raw Normal View History

2018-02-05 07:52:16 +08:00
post_install() {
echo "If the application claims there's no graphic support for 3D rendering"
echo "you can switch to Java3D 1.5 by using:"
echo "SWEETHOME3D_JAVA3D=1.5 sweethome3d"
echo "or set the SWEETHOME3D_JAVA3D environment variable in your profile"
}
post_upgrade() {
post_install $1
}