summaryrefslogtreecommitdiffstats
path: root/development/staruml
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:24 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commite7564b37aee2278ac2ff0fd9f0dc91b39854107d (patch)
treef384735b1b355e771c3cee3ce6dcd2e07de9202f /development/staruml
parentee859ca5e7461bd1fe4fb3bb1d79a3b634c6f648 (diff)
downloadslackbuilds-e7564b37aee2278ac2ff0fd9f0dc91b39854107d.tar.gz
slackbuilds-e7564b37aee2278ac2ff0fd9f0dc91b39854107d.tar.xz
development/staruml: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/staruml')
-rw-r--r--development/staruml/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/staruml/doinst.sh b/development/staruml/doinst.sh
index 8ff3578796..074665bee1 100644
--- a/development/staruml/doinst.sh
+++ b/development/staruml/doinst.sh
@@ -32,6 +32,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