summaryrefslogtreecommitdiffstats
path: root/games/alephone/doinst.sh
diff options
context:
space:
mode:
author B. Watson2022-06-22 22:23:39 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:50 +0200
commit8fd3a34d79facd24e066476e754b72d57237ef6c (patch)
treebec58a7b1275644d4553fe3ec73db5100b19f195 /games/alephone/doinst.sh
parent929bebe62952931372fed724b50d848c885db035 (diff)
downloadslackbuilds-8fd3a34d79facd24e066476e754b72d57237ef6c.tar.gz
games/alephone: Updated for version 20220115.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone/doinst.sh')
-rw-r--r--games/alephone/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/alephone/doinst.sh b/games/alephone/doinst.sh
index 5fb28930db..3e5691a052 100644
--- a/games/alephone/doinst.sh
+++ b/games/alephone/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