summaryrefslogtreecommitdiffstats
path: root/source/xap/x3270/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/x3270/doinst.sh')
-rw-r--r--source/xap/x3270/doinst.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/xap/x3270/doinst.sh b/source/xap/x3270/doinst.sh
index 049c91e4f..37379ca39 100644
--- a/source/xap/x3270/doinst.sh
+++ b/source/xap/x3270/doinst.sh
@@ -14,11 +14,9 @@ config etc/X11/x3270/ibm_hosts.new
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/misc
- mkfontscale .
- mkfontdir -e /usr/share/fonts/encodings -e /usr/share/fonts/encodings/large .
- )
+ mkfontscale usr/share/fonts/misc 2> /dev/null
+ mkfontdir -e /usr/share/fonts/encodings -e /usr/share/fonts/encodings/large usr/share/fonts/misc 2> /dev/null
fi
if [ -x /usr/bin/fc-cache ]; then
- /usr/bin/fc-cache -f
+ /usr/bin/fc-cache -f 2> /dev/null
fi