diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:25 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 25633b5ba99e751e276bb3241653959e9cd7f10e (patch) | |
tree | fd3a1c7e492547127a8cc320284e3a5218b1f6e1 | |
parent | 160ea2d8e3caf9b15a9de209bc6695645fb2014e (diff) |
development/visual-studio-code: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/visual-studio-code/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/visual-studio-code/doinst.sh b/development/visual-studio-code/doinst.sh index 3e5691a052b5..65c7e2eeb9aa 100644 --- a/development/visual-studio-code/doinst.sh +++ b/development/visual-studio-code/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 |