diff options
author | B. Watson <yalhcru@gmail.com> | 2014-11-13 19:41:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-13 19:41:59 +0700 |
commit | 929059b9234da60752a34b58a3ba50038f00e4ac (patch) | |
tree | 53fa586b474b441a1d46970e8f57a30aa06b863e /games/steem/doinst.sh | |
parent | aa9197be95965b1c605c50529324f95547c41def (diff) |
games/steem: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/steem/doinst.sh')
-rw-r--r-- | games/steem/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/games/steem/doinst.sh b/games/steem/doinst.sh index 1103a0f268..140e332222 100644 --- a/games/steem/doinst.sh +++ b/games/steem/doinst.sh @@ -1,9 +1,3 @@ -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 - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications fi |