summarylogtreecommitdiffstats
path: root/patchage.install
diff options
context:
space:
mode:
authorRay Rashif2011-01-15 21:42:41 +0000
committerRay Rashif2011-01-15 21:42:41 +0000
commit4cf37b4b88309f0f7f78ffaf072872ad00960225 (patch)
tree535b5d48b0fdc42e4276aac92ded4512270dd1d0 /patchage.install
parent3649090fabf1b8bef06f18a2a293da7bca93710c (diff)
downloadaur-4cf37b4b88309f0f7f78ffaf072872ad00960225.tar.gz
upstream release
Diffstat (limited to 'patchage.install')
-rw-r--r--patchage.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/patchage.install b/patchage.install
index 7aaea81544aa..e4f8fd06c1ed 100644
--- a/patchage.install
+++ b/patchage.install
@@ -2,8 +2,12 @@ post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
+post_upgrade() {
+ post_install
+}
+
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_install
}
# vim:set ts=2 sw=2 et: