summaryrefslogtreecommitdiffstats
path: root/games/maelstrom/doinst.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-10-20 07:12:23 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-29 17:07:20 +0700
commit9f6b162a70ab524a064f05d67bde958470e66766 (patch)
tree50bcf8bdb6fdce3a93916746f05e9579146d518b /games/maelstrom/doinst.sh
parent60f218bc23569cb6f374426ec5ffb333aafcf6ad (diff)
downloadslackbuilds-9f6b162a70ab524a064f05d67bde958470e66766.tar.gz
slackbuilds-9f6b162a70ab524a064f05d67bde958470e66766.tar.xz
games/maelstrom: Updated for version 3.0.7.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/maelstrom/doinst.sh')
-rw-r--r--games/maelstrom/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/maelstrom/doinst.sh b/games/maelstrom/doinst.sh
index 3857649f50..11813c3101 100644
--- a/games/maelstrom/doinst.sh
+++ b/games/maelstrom/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
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