updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ocp / ocp.install
bloba19a27c30c730afd788c032694378f6b3fa5395e
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 /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 /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 /usr/share/icons/hicolor
17 # vim:set ts=2 sw=2 et: