updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / flare-rpg / flare-rpg.install
blob6c588cbcf87bca5fadae6bf3ece976c354ed524e
1 ## arg 1:  the new package version
2 post_install() {
3   test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor
6 ## arg 1:  the new package version
7 ## arg 2:  the old package version
8 post_upgrade() {
9   test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor
12 ## arg 1:  the old package version
13 post_remove() {
14   test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor
17 # vim:set ts=2 sw=2 et: