aboutsummaryrefslogtreecommitdiff
path: root/games/clksignal/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-25 17:59:25 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-30 08:35:59 +0700
commit7c6598de8c6017f881dc8990405d690336981d79 (patch)
tree58e316b927700977efdf462391169715fdfc2504 /games/clksignal/doinst.sh
parent1dd2afaff19a0359e6519b8181a1d46ea31ff522 (diff)
games/clksignal: Added (emulate classic computers/consoles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/clksignal/doinst.sh')
-rw-r--r--games/clksignal/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/clksignal/doinst.sh b/games/clksignal/doinst.sh
new file mode 100644
index 000000000000..3e5691a052b5
--- /dev/null
+++ b/games/clksignal/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