diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:41 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 57edf8d3aa699f566f28528f180d2ab5a693667e (patch) | |
tree | 0e4c8b9b8a5b3882f66d654852555102909e5a5b | |
parent | 2a9df8badc58100891065d5a21e9d4318223503e (diff) | |
download | slackbuilds-57edf8d3aa699f566f28528f180d2ab5a693667e.tar.gz |
system/virtualbox: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/virtualbox/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virtualbox/doinst.sh b/system/virtualbox/doinst.sh index 0a19fc0c8a..cbeb567d22 100644 --- a/system/virtualbox/doinst.sh +++ b/system/virtualbox/doinst.sh @@ -32,7 +32,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 |