summaryrefslogtreecommitdiffstats
path: root/desktop/oomox/doinst.sh
diff options
context:
space:
mode:
author Leo C2018-03-09 22:38:10 +0100
committer Willy Sudiarto Raharjo2018-03-10 01:11:04 +0100
commitd09268239880d46548d086856d87dbd575bb8a49 (patch)
tree9ca0010580081c7d217c0d9c2ab28981efa754bb /desktop/oomox/doinst.sh
parent3be4812f8257742b962a01d98c0c856043a4693a (diff)
downloadslackbuilds-d09268239880d46548d086856d87dbd575bb8a49.tar.gz
desktop/oomox: Updated for version 1.5.0.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/oomox/doinst.sh')
-rw-r--r--desktop/oomox/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/oomox/doinst.sh b/desktop/oomox/doinst.sh
index 4e8ba7071d..4a25de5e6f 100644
--- a/desktop/oomox/doinst.sh
+++ b/desktop/oomox/doinst.sh
@@ -2,3 +2,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
+