summaryrefslogtreecommitdiff
path: root/community/zathura/zathura.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
commit60a11f87366fdfbd114cdc91ff813518858e5f8d (patch)
treed033f4a5a08a99ff07ac631677fb119dff3abba8 /community/zathura/zathura.install
parent35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff)
Tue Feb 18 01:50:28 UTC 2014
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
}