summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:48:46 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit2ca589fcf6b8a4d83e3dfc6424ae9040a2b169e2 (patch)
tree57a63337efaea184e0dbdf0018a1b1b5aa3d6407 /multimedia
parent5ed06600f23d6468582bd6ef9358acd04b221ef9 (diff)
downloadslackbuilds-2ca589fcf6b8a4d83e3dfc6424ae9040a2b169e2.tar.gz
slackbuilds-2ca589fcf6b8a4d83e3dfc6424ae9040a2b169e2.tar.xz
multimedia/mpv: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/doinst.sh b/multimedia/mpv/doinst.sh
index 893bd911b3..5ce5efbf40 100644
--- a/multimedia/mpv/doinst.sh
+++ b/multimedia/mpv/doinst.sh
@@ -32,6 +32,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