summaryrefslogtreecommitdiffstats
path: root/system/kegs/doinst.sh
diff options
context:
space:
mode:
author B. Watson2021-02-28 00:48:42 +0100
committer Willy Sudiarto Raharjo2021-03-06 05:11:58 +0100
commit6cb808c8bb85984ad0d9c565ec55185cc965f0d0 (patch)
tree96043fe1a2884927250a58f4bcf252ddb314c8d0 /system/kegs/doinst.sh
parent654f6e61919850bdde641286c5da6d0d1bb1d2da (diff)
downloadslackbuilds-6cb808c8bb85984ad0d9c565ec55185cc965f0d0.tar.gz
system/kegs: Updated for version 1.05.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kegs/doinst.sh')
-rw-r--r--system/kegs/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/kegs/doinst.sh b/system/kegs/doinst.sh
index 5fb28930db..f6a957d203 100644
--- a/system/kegs/doinst.sh
+++ b/system/kegs/doinst.sh
@@ -1,3 +1,9 @@
+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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi