summarylogtreecommitdiffstats
path: root/tageditor.install
diff options
context:
space:
mode:
authorMartchus2015-08-27 21:30:29 +0200
committerMartchus2015-08-27 21:30:29 +0200
commit164776fb4dda713b0a931d96d74e2bf921d803cc (patch)
tree05f1dae3706ff4512b08588c59c42d2c47cb77eb /tageditor.install
downloadaur-164776fb4dda713b0a931d96d74e2bf921d803cc.tar.gz
initial import
Diffstat (limited to 'tageditor.install')
-rw-r--r--tageditor.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/tageditor.install b/tageditor.install
new file mode 100644
index 000000000000..547348418df4
--- /dev/null
+++ b/tageditor.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
+}