diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:48 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 94454c77845a8e9a8478e9c0a01577c1e002553f (patch) | |
tree | b9a8a54c0319a4a6fbc810cd4eb7c04099416950 | |
parent | 4f5256d2754a0a48da8639712157fe8b895d2922 (diff) | |
download | slackbuilds-94454c77845a8e9a8478e9c0a01577c1e002553f.tar.gz |
multimedia/plex-home-theater: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | multimedia/plex-home-theater/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/plex-home-theater/doinst.sh b/multimedia/plex-home-theater/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/multimedia/plex-home-theater/doinst.sh +++ b/multimedia/plex-home-theater/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 |