diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-13 00:58:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:14 +0200 |
commit | bc4d5a5aabee94b1d1f3b30f1e92ec1fadf4b854 (patch) | |
tree | d24ed84213d9d15aae144f3b9e64fea69b9cb942 /games/worldofgoo/doinst.sh | |
parent | 4295d43507ad6e0efd1cbd71081ba67c3dda46e5 (diff) | |
download | slackbuilds-bc4d5a5aabee94b1d1f3b30f1e92ec1fadf4b854.tar.gz |
games/worldofgoo: Added to 13.0 repository
Diffstat (limited to 'games/worldofgoo/doinst.sh')
-rw-r--r-- | games/worldofgoo/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/worldofgoo/doinst.sh b/games/worldofgoo/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/games/worldofgoo/doinst.sh @@ -0,0 +1,10 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |