diff options
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 |
commit | 2ca589fcf6b8a4d83e3dfc6424ae9040a2b169e2 (patch) | |
tree | 57a63337efaea184e0dbdf0018a1b1b5aa3d6407 /multimedia/mpv | |
parent | 5ed06600f23d6468582bd6ef9358acd04b221ef9 (diff) |
multimedia/mpv: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/doinst.sh b/multimedia/mpv/doinst.sh index 893bd911b3e9..5ce5efbf4092 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 |