summaryrefslogtreecommitdiffstats
path: root/source/x/urw-core35-fonts-otf/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/urw-core35-fonts-otf/doinst.sh')
-rw-r--r--source/x/urw-core35-fonts-otf/doinst.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/x/urw-core35-fonts-otf/doinst.sh b/source/x/urw-core35-fonts-otf/doinst.sh
index 0c434b5ae..8ebd90a77 100644
--- a/source/x/urw-core35-fonts-otf/doinst.sh
+++ b/source/x/urw-core35-fonts-otf/doinst.sh
@@ -1,11 +1,9 @@
#!/bin/sh
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/OTF
- mkfontscale .
- mkfontdir .
- )
+ mkfontscale usr/share/fonts/OTF 2> /dev/null
+ mkfontdir usr/share/fonts/OTF 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