diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:39 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 2a9c53c3a85e3e861f3369b9b20b8145117c375b (patch) | |
tree | 2988d5288a7cea10b5943bc912c795e1cafe732d /graphics/draftsight | |
parent | 3c5ae028203c36b2f721057eada0979aa4899005 (diff) |
graphics/draftsight: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/draftsight')
-rw-r--r-- | graphics/draftsight/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/draftsight/doinst.sh b/graphics/draftsight/doinst.sh index 9830478e8cc7..0fb9c8b6867f 100644 --- a/graphics/draftsight/doinst.sh +++ b/graphics/draftsight/doinst.sh @@ -8,7 +8,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 |