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