diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:15 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 19d837aa1ddaa854fc7d3997f4295912bf2636a4 (patch) | |
tree | f09b442f63fc6d1e28c9b39a3456a29d323b4001 /games | |
parent | a82a8723e42cd970568d47b37dd9fd45b0d44fa3 (diff) | |
download | slackbuilds-19d837aa1ddaa854fc7d3997f4295912bf2636a4.tar.gz |
games/rocksndiamonds: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rocksndiamonds/doinst.sh b/games/rocksndiamonds/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/games/rocksndiamonds/doinst.sh +++ b/games/rocksndiamonds/doinst.sh @@ -4,6 +4,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 |