diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:28 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 38a15c2e396599289bed37bc17ca301e8bcffb19 (patch) | |
tree | c881bb20844db8ac58bd9231a9ec075e5c4eef62 /network/qTox | |
parent | e4bc00de6bca334f2df08253613596e581084371 (diff) | |
download | slackbuilds-38a15c2e396599289bed37bc17ca301e8bcffb19.tar.gz |
network/qTox: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qTox')
-rw-r--r-- | network/qTox/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/qTox/doinst.sh b/network/qTox/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/network/qTox/doinst.sh +++ b/network/qTox/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 |