diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-02 22:18:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-02 22:18:00 +0700 |
commit | 7dc6774d1dbd581382b0d7d665e67cdb8647aa81 (patch) | |
tree | 3d4ac0bf1daafd3bf3b1451ef58c4a3e691409aa /games/astromenace/doinst.sh | |
parent | 682726ae996766a2a798beb72961c1d9c841cf7a (diff) | |
download | slackbuilds-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.sh | 13 |
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 |