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