summarylogtreecommitdiffstats
path: root/zeal-git.install
diff options
context:
space:
mode:
authorOleg Shparber2015-11-28 21:55:54 -0500
committerOleg Shparber2015-11-28 21:55:54 -0500
commite2b9ce13f93c0aab251352e1cdd2bc1fc1166768 (patch)
treed98b5eb88f23e023837d180a7c1c21b96cfe9f19 /zeal-git.install
parent66e6012552a938ff4604474319fef6ae9f74df9e (diff)
downloadaur-e2b9ce13f93c0aab251352e1cdd2bc1fc1166768.tar.gz
zeal-git: Run xdg-icon-resource after installation
Diffstat (limited to 'zeal-git.install')
-rw-r--r--zeal-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/zeal-git.install b/zeal-git.install
new file mode 100644
index 000000000000..063f500c7c94
--- /dev/null
+++ b/zeal-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate &>/dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+