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