aboutsummaryrefslogtreecommitdiff
path: root/games/syobonaction/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-10-28 05:31:37 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-29 17:07:25 +0700
commitcf8c488479b372be4f753183fd9e97493c5ebe1d (patch)
treee7a1850e9021a4d797cce8f45a80dcd24359d998 /games/syobonaction/doinst.sh
parentc470017001ac8abf94220abbfa51c1809866f267 (diff)
downloadslackbuilds-cf8c488479b372be4f753183fd9e97493c5ebe1d.tar.xz
games/syobonaction: Updated for version 0.2+20210411_f2e8629.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/syobonaction/doinst.sh')
-rw-r--r--games/syobonaction/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/syobonaction/doinst.sh b/games/syobonaction/doinst.sh
index 5fb28930db0b..3e5691a052b5 100644
--- a/games/syobonaction/doinst.sh
+++ b/games/syobonaction/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