summaryrefslogtreecommitdiffstats
path: root/desktop/cairo-compmgr/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:44:39 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit62df000ec20504cf839b4f563e580fb1b612750e (patch)
tree12dd5db8d04b9805b9c3a3d029527efb324359ea /desktop/cairo-compmgr/doinst.sh
parent35d3fad51a46a0b0d13cfd371c729abe26e3e083 (diff)
downloadslackbuilds-62df000ec20504cf839b4f563e580fb1b612750e.tar.gz
slackbuilds-62df000ec20504cf839b4f563e580fb1b612750e.tar.xz
desktop/cairo-compmgr: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-compmgr/doinst.sh')
-rw-r--r--desktop/cairo-compmgr/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/cairo-compmgr/doinst.sh b/desktop/cairo-compmgr/doinst.sh
index 577be57705..50b2021ed8 100644
--- a/desktop/cairo-compmgr/doinst.sh
+++ b/desktop/cairo-compmgr/doinst.sh
@@ -32,7 +32,7 @@ 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