summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:40 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit2a9df8badc58100891065d5a21e9d4318223503e (patch)
treec748c9e1fd12109953d0a179952ab5aa3a3f8c4d
parent9330dc955d2a6b331beda820aadcde74df8fa9cc (diff)
downloadslackbuilds-2a9df8badc58100891065d5a21e9d4318223503e.tar.gz
slackbuilds-2a9df8badc58100891065d5a21e9d4318223503e.tar.xz
system/virt-viewer: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/virt-viewer/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virt-viewer/doinst.sh b/system/virt-viewer/doinst.sh
index 031ae07d05..138e27de17 100644
--- a/system/virt-viewer/doinst.sh
+++ b/system/virt-viewer/doinst.sh
@@ -4,7 +4,7 @@ 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