diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-22 17:01:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:52:06 +0700 |
commit | 44939e2bae7e8ab6d668aeb878a393f704b6a9fa (patch) | |
tree | 8f682fa23bff79d08d1e39fe8b2dce0d04ef23ab /games/astromenace/doinst.sh | |
parent | 541be06d0d32285278f45e6f88c3fa0fe3e713e5 (diff) | |
download | slackbuilds-44939e2bae7e8ab6d668aeb878a393f704b6a9fa.tar.gz |
games/astromenace: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/astromenace/doinst.sh')
-rw-r--r-- | games/astromenace/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/astromenace/doinst.sh b/games/astromenace/doinst.sh index 9424ce43ff..5fb28930db 100644 --- a/games/astromenace/doinst.sh +++ b/games/astromenace/doinst.sh @@ -1,13 +1,3 @@ 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 |