updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / sleutel / sleutel.install
blobfe735340920c83e9df77c986ff5a3628824977b7
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   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12   post_install $1
15 # arg 1:  the old package version
16 post_remove() {
17   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor