summaryrefslogtreecommitdiffstats
path: root/desktop/awn-extras
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:44:36 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit7fe95c027278218f35b07c4b70f3e655309ed8ed (patch)
treefae817bcf6b7fc4b0a70d0eac81898fae8d92c9e /desktop/awn-extras
parentfc7623d5e7a7bc9290319c7818efa07827767ac7 (diff)
downloadslackbuilds-7fe95c027278218f35b07c4b70f3e655309ed8ed.tar.gz
slackbuilds-7fe95c027278218f35b07c4b70f3e655309ed8ed.tar.xz
desktop/awn-extras: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/awn-extras')
-rw-r--r--desktop/awn-extras/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/awn-extras/doinst.sh b/desktop/awn-extras/doinst.sh
index 9d14e6fbc5..c9ca198235 100644
--- a/desktop/awn-extras/doinst.sh
+++ b/desktop/awn-extras/doinst.sh
@@ -38,6 +38,6 @@ schema_install awn-applet-dialect.schemas
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