summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:15 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitaaf2c4119071aa9ca54d684b012d974e593ea64d (patch)
tree2cee6084eb189c916676b6dcc2f5242ae9a08d1d /development
parentac634fafe65ccbf369f5edb267173d8ea0e7b4ba (diff)
downloadslackbuilds-aaf2c4119071aa9ca54d684b012d974e593ea64d.tar.gz
slackbuilds-aaf2c4119071aa9ca54d684b012d974e593ea64d.tar.xz
development/omniORB: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/omniORB/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/omniORB/doinst.sh b/development/omniORB/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/development/omniORB/doinst.sh
+++ b/development/omniORB/doinst.sh
@@ -4,6 +4,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