diff options
author | B. Watson <yalhcru@gmail.com> | 2014-03-22 08:35:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-22 09:51:48 +0700 |
commit | 1b873a3c65f689a546c15a102c874ef1a0f84a42 (patch) | |
tree | c0a798f9798f2f334d8c7ad93e76184b4672d62c /games/chocolate-doom/doinst.sh | |
parent | 294efdfe656de4d0b3ac6924330389bf71f8d724 (diff) |
games/chocolate-doom: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/chocolate-doom/doinst.sh')
-rw-r--r-- | games/chocolate-doom/doinst.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/chocolate-doom/doinst.sh b/games/chocolate-doom/doinst.sh index bd8f3bab51089..5fb28930db0b9 100644 --- a/games/chocolate-doom/doinst.sh +++ b/games/chocolate-doom/doinst.sh @@ -1,11 +1,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 - |