summaryrefslogtreecommitdiffstats
path: root/games/cryptokwot/doinst.sh
diff options
context:
space:
mode:
author B. Watson2022-01-11 05:22:19 +0100
committer Willy Sudiarto Raharjo2022-01-17 03:03:28 +0100
commitdc52d121921a79e9fae20f586c820a1fd8dd14a5 (patch)
tree7edcd3af2ed48adb18fca814627e1c4dad9e53d4 /games/cryptokwot/doinst.sh
parentc218f521979d82dfe7faa356d3d5d63e03eab419 (diff)
downloadslackbuilds-dc52d121921a79e9fae20f586c820a1fd8dd14a5.tar.gz
games/cryptokwot: Added (substitution cipher game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cryptokwot/doinst.sh')
-rw-r--r--games/cryptokwot/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/cryptokwot/doinst.sh b/games/cryptokwot/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/games/cryptokwot/doinst.sh
@@ -0,0 +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