summaryrefslogtreecommitdiffstats
path: root/games/astromenace/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-03-02 16:18:00 +0100
committer Willy Sudiarto Raharjo2014-03-02 16:18:00 +0100
commit7dc6774d1dbd581382b0d7d665e67cdb8647aa81 (patch)
tree3d4ac0bf1daafd3bf3b1451ef58c4a3e691409aa /games/astromenace/doinst.sh
parent682726ae996766a2a798beb72961c1d9c841cf7a (diff)
downloadslackbuilds-7dc6774d1dbd581382b0d7d665e67cdb8647aa81.tar.gz
games/astromenace: Added (3d scroll-shooter game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/astromenace/doinst.sh')
-rw-r--r--games/astromenace/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/astromenace/doinst.sh b/games/astromenace/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/games/astromenace/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 [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/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