diff options
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 |
commit | 4d6531e78ebf4848af4112e8a855821b0251ab9b (patch) | |
tree | 7efd3e93a276bfe73910ae7a6a9a6483160e2171 /games/odamex/doinst.sh | |
parent | a3b3f9586db56f71bf88ba249f97c40cf37d4a24 (diff) |
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.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/games/odamex/doinst.sh b/games/odamex/doinst.sh index 1f8ff67dedb2..4e8ba7071dea 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 - |