summaryrefslogtreecommitdiffstats
path: root/games/chromium-bsu/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:35 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit3e0f4515d46257e5497c45cbfed544bce0ae9002 (patch)
treeb9090f0c1b1a5d675fb742d0ae48b4a5ad4f15c4 /games/chromium-bsu/doinst.sh
parentf1995f1f1fa7e02670c4cce8bb1564c2193f7b8c (diff)
downloadslackbuilds-3e0f4515d46257e5497c45cbfed544bce0ae9002.tar.gz
slackbuilds-3e0f4515d46257e5497c45cbfed544bce0ae9002.tar.xz
games/chromium-bsu: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/chromium-bsu/doinst.sh')
-rw-r--r--games/chromium-bsu/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chromium-bsu/doinst.sh b/games/chromium-bsu/doinst.sh
index 76cc38a548..afea6d71dc 100644
--- a/games/chromium-bsu/doinst.sh
+++ b/games/chromium-bsu/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