summaryrefslogtreecommitdiff
path: root/community/zathura/zathura.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/zathura.install')
-rw-r--r--community/zathura/zathura.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install
index 1ff3c64cd..bce670aff 100644
--- a/community/zathura/zathura.install
+++ b/community/zathura/zathura.install
@@ -1,7 +1,5 @@
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
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}