summaryrefslogtreecommitdiffstats
path: root/games/odamex/doinst.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-03-22 08:49:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-22 09:51:49 +0700
commit4d6531e78ebf4848af4112e8a855821b0251ab9b (patch)
tree7efd3e93a276bfe73910ae7a6a9a6483160e2171 /games/odamex/doinst.sh
parenta3b3f9586db56f71bf88ba249f97c40cf37d4a24 (diff)
downloadslackbuilds-4d6531e78ebf4848af4112e8a855821b0251ab9b.tar.gz
slackbuilds-4d6531e78ebf4848af4112e8a855821b0251ab9b.tar.xz
games/odamex: Updated for version 0.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/odamex/doinst.sh')
-rw-r--r--games/odamex/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/games/odamex/doinst.sh b/games/odamex/doinst.sh
index 1f8ff67ded..4e8ba7071d 100644
--- a/games/odamex/doinst.sh
+++ b/games/odamex/doinst.sh
@@ -2,9 +2,3 @@ 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
-