aboutsummaryrefslogtreecommitdiff
path: root/development/cream/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-05 15:03:16 -0400
committerB. Watson <yalhcru@gmail.com>2022-04-05 15:03:16 -0400
commitb83041c697fb18d2be12e3b2c363cc00b7cf6505 (patch)
treef1ddf6d87e109c98d42f89331533cd58d72a0bf8 /development/cream/doinst.sh
parent38e2d66ff8cee0e7e48bd0d27987f41c168b65f5 (diff)
downloadslackbuilds-b83041c697fb18d2be12e3b2c363cc00b7cf6505.tar.xz
development/cream: Fix icons, .desktop, doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/cream/doinst.sh')
-rw-r--r--development/cream/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/cream/doinst.sh b/development/cream/doinst.sh
index 5fb28930db0b..3e5691a052b5 100644
--- a/development/cream/doinst.sh
+++ b/development/cream/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi