summaryrefslogtreecommitdiffstats
path: root/network/QuiteRSS
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:00 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit6c826fe9e238341e444ba97c97cc769aa7982ea6 (patch)
tree8def7da3227c782c53f71d1fd0d0872dd7ec891c /network/QuiteRSS
parentd8ffd0159ee68890e197a70a8562eb0c5d017e29 (diff)
downloadslackbuilds-6c826fe9e238341e444ba97c97cc769aa7982ea6.tar.gz
network/QuiteRSS: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/QuiteRSS')
-rw-r--r--network/QuiteRSS/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/QuiteRSS/doinst.sh b/network/QuiteRSS/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/network/QuiteRSS/doinst.sh
+++ b/network/QuiteRSS/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