diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:12 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | d34da2cd4faa3becd1c6dfce713c50192224bc59 (patch) | |
tree | 36f11d4d863f02785f697fadf357e3cee2378d1b /games | |
parent | 6b5ab1223ed44f1f996269c83f48a6f54b07ee44 (diff) | |
download | slackbuilds-d34da2cd4faa3becd1c6dfce713c50192224bc59.tar.gz |
games/pychess: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/pychess/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pychess/doinst.sh b/games/pychess/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/games/pychess/doinst.sh +++ b/games/pychess/doinst.sh @@ -8,6 +8,6 @@ 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 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi |