summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
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
commit3bdd40fb3fb6206eaa96628bebd5db99fe0216c1 (patch)
tree24150a1eb3d924538b08fb382dd5e55322303990 /desktop
parent477c068a578787477e91fa9cbbc038d8fc4ed4bf (diff)
downloadslackbuilds-3bdd40fb3fb6206eaa96628bebd5db99fe0216c1.tar.gz
slackbuilds-3bdd40fb3fb6206eaa96628bebd5db99fe0216c1.tar.xz
desktop/sawfish-session-dialog: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/sawfish-session-dialog/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sawfish-session-dialog/doinst.sh b/desktop/sawfish-session-dialog/doinst.sh
index 9424ce43ff..aea0f894eb 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