updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / eclipse-pdt-all-in-one / eclipse.install
blob938fe52fc1fd1bcb8c74d5af8f2485262c5ec48a
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 post_install() {
6   # Prevent a bug, where eclipse hangs without this.
7   # See http://aur.archlinux.org/packages.php?ID=12173
8   xulrunner --register-global >/dev/null 2>&1
10   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade() {
16   post_install $1
19 # arg 1:  the old package version
20 post_remove() {
21   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor