mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
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
|
|
}
|