diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-25 07:38:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:19:20 +0700 |
commit | 283a4862068e5ca4e02104d56ec6963f544b3b33 (patch) | |
tree | a77880a5ba3a1696b17d107f5eff46461d7ee84a /games/xroar/doinst.sh | |
parent | 0f26f0ba690d46d44242ec62ff1d2def45a822dc (diff) | |
download | slackbuilds-283a4862068e5ca4e02104d56ec6963f544b3b33.tar.gz |
games/xroar: Updated for version 0.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xroar/doinst.sh')
-rw-r--r-- | games/xroar/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/games/xroar/doinst.sh b/games/xroar/doinst.sh index 3e5691a052..5fb28930db 100644 --- a/games/xroar/doinst.sh +++ b/games/xroar/doinst.sh @@ -1,9 +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 |