summaryrefslogtreecommitdiff
path: root/community/efax-gtk/efax-gtk.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-26 23:15:38 +0000
committerroot <root@rshg054.dnsready.net>2011-10-26 23:15:38 +0000
commit84fe155e2233db86fcc13134d8802ba1dab0ae83 (patch)
treeef0f4e11745d4bf9e45ee5fa553dd4b13d6c3407 /community/efax-gtk/efax-gtk.install
parentd03e905f54857600b3c36af9b221c34ccb11074f (diff)
Wed Oct 26 23:15:38 UTC 2011
Diffstat (limited to 'community/efax-gtk/efax-gtk.install')
-rw-r--r--community/efax-gtk/efax-gtk.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/efax-gtk/efax-gtk.install b/community/efax-gtk/efax-gtk.install
new file mode 100644
index 000000000..69e30acd6
--- /dev/null
+++ b/community/efax-gtk/efax-gtk.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}