summarylogtreecommitdiffstats
path: root/altyo-git.install
diff options
context:
space:
mode:
authorwillemw122015-06-08 11:06:34 +0200
committerwillemw122015-06-08 11:06:34 +0200
commite5b3ba36463c9bbafaa19b00d357f7434d2914ed (patch)
tree8111a7d940f9b8fae159e2c328b00bc98fbec23b /altyo-git.install
downloadaur-e5b3ba36463c9bbafaa19b00d357f7434d2914ed.tar.gz
Initial commit
Diffstat (limited to 'altyo-git.install')
-rw-r--r--altyo-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/altyo-git.install b/altyo-git.install
new file mode 100644
index 000000000000..d641c9a2c2de
--- /dev/null
+++ b/altyo-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+