diff options
author | Erik Falor <ewfalor@gmail.com> | 2012-12-26 12:39:40 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-26 21:36:48 +0100 |
commit | 0353790ff95c3dd4649f3468273fa58205a57891 (patch) | |
tree | d59b7ddc345342c77a45c89a5dc48d9dcc7de5d9 /games/redeclipse/doinst.sh | |
parent | 1286dd9529c3a3ede9e368e79cc339561ada5446 (diff) |
games/redeclipse: Added (Fast-paced futuristic FPS).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/redeclipse/doinst.sh')
-rw-r--r-- | games/redeclipse/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/redeclipse/doinst.sh b/games/redeclipse/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /dev/null +++ b/games/redeclipse/doinst.sh @@ -0,0 +1,9 @@ +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 |