updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / eclipse-c++ / eclipse.install
blob6f2dfb6a85d14a0bef09a0999726135a9b5276e5
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
3 # arg 1:  the new package version
4 # arg 2:  the old package version
6 post_install() {
7   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor