diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:37:09 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | e6572f2bc2a333d0854a8d2a384584f1e674e554 (patch) | |
tree | 10a7faacadec97c7a95f1a720ad9cb8ecc3de37f /development/scratch | |
parent | 3a50189e0dab8cf61d6357e65a71c3d8fd5541c2 (diff) |
development/scratch: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scratch')
-rw-r--r-- | development/scratch/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/scratch/doinst.sh b/development/scratch/doinst.sh index 9424ce43ff57..aea0f894eb32 100644 --- a/development/scratch/doinst.sh +++ b/development/scratch/doinst.sh @@ -8,6 +8,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 |