blob: 137e9228392cf0d14f6f02be2c814862a5444913 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo 'If XMind crashed on start, trying delete ~/.xmind'
echo ''
echo 'If you want to change gtk version or java version, please edit PKGBUILD and rebuild the package. Or edit /usr/share/xmind/XMind/XMind.ini, change number to your gtk version after "--launcher.GTK_version", and add/delete "--add-modules=java.se.ee" at the end of file if you use java 10/8.'
}
post_upgrade() {
post_install
}
|