summaryrefslogtreecommitdiff
path: root/extra/eclipse/eclipse.install
blob: 6b59b396edf94dc974c1e7e35e8f98082c7a70c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  # Prevent a bug, where eclipse hangs without this.
  # See http://aur.archlinux.org/packages.php?ID=12173
  xulrunner --register-global >/dev/null 2>&1

  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_upgrade() {
  post_install $1
}

post_remove() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}