aboutsummaryrefslogtreecommitdiff
path: root/office/zathura/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-01 12:23:35 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:24 +0700
commit499ca7b26310bc343b19c314f28ef49ccf29fbb4 (patch)
treef1897dbcabf072ffd010e76c9b99ff29b527bac1 /office/zathura/doinst.sh
parent14d5175ca71ee275c0056fdcf4b7d80c3de9289f (diff)
office/zathura: Updated for version 0.4.8.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/zathura/doinst.sh')
-rw-r--r--office/zathura/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/office/zathura/doinst.sh b/office/zathura/doinst.sh
index 5fb28930db..65c7e2eeb9 100644
--- a/office/zathura/doinst.sh
+++ b/office/zathura/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi