updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / upm / upm.install
blob4b599a1b869f4df2aa6d19024d84cb7ded6fecbf
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
15 # arg 1:  the old package version
16 post_remove() {
17   post_install