diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:29 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 477c068a578787477e91fa9cbbc038d8fc4ed4bf (patch) | |
tree | 0abc2400a6b4596532660e32f5df33032e201e14 /desktop | |
parent | 47ae11fe127fc62ee0f094b738a14425e34d7d77 (diff) | |
download | slackbuilds-477c068a578787477e91fa9cbbc038d8fc4ed4bf.tar.gz |
desktop/sawfish-pager: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/sawfish-pager/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sawfish-pager/doinst.sh b/desktop/sawfish-pager/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/sawfish-pager/doinst.sh +++ b/desktop/sawfish-pager/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 |