summaryrefslogtreecommitdiff
path: root/community-testing/zathura/zathura.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/zathura/zathura.install')
-rw-r--r--community-testing/zathura/zathura.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/zathura/zathura.install b/community-testing/zathura/zathura.install
new file mode 100644
index 000000000..f450cf9b8
--- /dev/null
+++ b/community-testing/zathura/zathura.install
@@ -0,0 +1,13 @@
+post_install() {
+ which gtk-update-icon-cache >/dev/null && \
+ [ -d usr/share/icons/hicolor ] && \
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}