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.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install
index f450cf9b8..1ff3c64cd 100644
--- a/community/zathura/zathura.install
+++ b/community/zathura/zathura.install
@@ -2,6 +2,7 @@ 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
+ update-desktop-database -q
}
post_upgrade() {