summarylogtreecommitdiffstats
path: root/gtkpod.install
diff options
context:
space:
mode:
authorJoeny Ang2015-07-07 16:20:01 +0800
committerJoeny Ang2015-07-07 16:20:01 +0800
commitb55e3d4a3b4aad17877dac1d999b58215d2dc8cf (patch)
tree17922555516ef0fb9b01711cc69ae15239955c3c /gtkpod.install
downloadaur-gtkpod1.tar.gz
Initial import
Diffstat (limited to 'gtkpod.install')
-rw-r--r--gtkpod.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtkpod.install b/gtkpod.install
new file mode 100644
index 000000000000..17ca8f78a655
--- /dev/null
+++ b/gtkpod.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}