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 | 3bdd40fb3fb6206eaa96628bebd5db99fe0216c1 (patch) | |
tree | 24150a1eb3d924538b08fb382dd5e55322303990 /desktop/sawfish-session-dialog | |
parent | 477c068a578787477e91fa9cbbc038d8fc4ed4bf (diff) |
desktop/sawfish-session-dialog: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sawfish-session-dialog')
-rw-r--r-- | desktop/sawfish-session-dialog/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sawfish-session-dialog/doinst.sh b/desktop/sawfish-session-dialog/doinst.sh index 9424ce43ff57..aea0f894eb32 100644 --- a/desktop/sawfish-session-dialog/doinst.sh +++ b/desktop/sawfish-session-dialog/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 |