gtk/eclipse/eclipse.install

15 lines
298 B
Plaintext
Raw Normal View History

2013-04-30 05:01:28 +08:00
post_install() {
# Prevent a bug, where eclipse hangs without this.
xulrunner --register-global >/dev/null 2>&1
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2013-04-30 05:01:28 +08:00
}
post_upgrade() {
post_install $1
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2013-04-30 05:01:28 +08:00
}