summaryrefslogtreecommitdiffstats
path: root/games/tbftss/doinst.sh
diff options
context:
space:
mode:
author Tim Dickson2018-12-29 00:02:19 +0100
committer Willy Sudiarto Raharjo2018-12-29 00:02:19 +0100
commit6cd785ec13f654c48381109277d0a60abaa33dbf (patch)
tree58cbf33f2b4caa2a3fad26a5679e41eb51266e6b /games/tbftss/doinst.sh
parent6e66995925cbfe3624284ff926a22f84f192e853 (diff)
downloadslackbuilds-6cd785ec13f654c48381109277d0a60abaa33dbf.tar.gz
games/tbftss: Added (The Battle For The Solar System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tbftss/doinst.sh')
-rw-r--r--games/tbftss/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/tbftss/doinst.sh b/games/tbftss/doinst.sh
new file mode 100644
index 0000000000..3ceb7eae8d
--- /dev/null
+++ b/games/tbftss/doinst.sh
@@ -0,0 +1,13 @@
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
+if [ -x /usr/bin/kbuildsycoca4 ]; then
+ /usr/bin/kbuildsycoca4 >/dev/null 2>&1
+fi