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