summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:23 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit91dc46e2d5a3d68af6437417fe99780b565bccb1 (patch)
treed849aaf813dd5de29702daab791a4a580c50e51e /system
parentd1ddd47a55f2ab5c877083bff4b5ced1260e61b7 (diff)
downloadslackbuilds-91dc46e2d5a3d68af6437417fe99780b565bccb1.tar.gz
slackbuilds-91dc46e2d5a3d68af6437417fe99780b565bccb1.tar.xz
system/gnome-terminal: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/gnome-terminal/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gnome-terminal/doinst.sh b/system/gnome-terminal/doinst.sh
index f4f1e418db..7099757b97 100644
--- a/system/gnome-terminal/doinst.sh
+++ b/system/gnome-terminal/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