diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:30 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 62275c159707213b46788d81055efc45faf76488 (patch) | |
tree | 22a7e7fea60a5096f271edc399ab0cfbb8c332b9 /desktop/sawfish | |
parent | 3bdd40fb3fb6206eaa96628bebd5db99fe0216c1 (diff) |
desktop/sawfish: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sawfish')
-rw-r--r-- | desktop/sawfish/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sawfish/doinst.sh b/desktop/sawfish/doinst.sh index 9424ce43ff57..aea0f894eb32 100644 --- a/desktop/sawfish/doinst.sh +++ b/desktop/sawfish/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 |