diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:27:10 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:10 +0200 |
commit | a182ecaae4d7778fdda091c23cac5e7e2fc1ff6e (patch) | |
tree | 06a7e8239f8b580d439561bd1f21c9ac0293791d /games/springlobby/doinst.sh | |
parent | 8e84134d2558f98211f0c8c2146f920fd63cf14f (diff) |
games/springlobby: Updated for version 0.40
Diffstat (limited to 'games/springlobby/doinst.sh')
-rw-r--r-- | games/springlobby/doinst.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/springlobby/doinst.sh b/games/springlobby/doinst.sh index 24e4bc11e0955..1f8ff67dedb29 100644 --- a/games/springlobby/doinst.sh +++ b/games/springlobby/doinst.sh @@ -1,4 +1,10 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null + /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 |