summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:48:03 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commita6c100f299f826eb477e1fb09885718ae3c94147 (patch)
treed5b902fe997bc8c250ac5783e920c7de5d319ef7 /graphics
parent11ad1ae157d8341c400d01c2e83809a52373ae27 (diff)
downloadslackbuilds-a6c100f299f826eb477e1fb09885718ae3c94147.tar.gz
slackbuilds-a6c100f299f826eb477e1fb09885718ae3c94147.tar.xz
graphics/yed: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yed/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/yed/doinst.sh b/graphics/yed/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/graphics/yed/doinst.sh
+++ b/graphics/yed/doinst.sh
@@ -4,7 +4,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