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