diff options
Diffstat (limited to 'source/x/x11/doinst.sh/font-bitstream-speedo')
-rw-r--r-- | source/x/x11/doinst.sh/font-bitstream-speedo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/x/x11/doinst.sh/font-bitstream-speedo b/source/x/x11/doinst.sh/font-bitstream-speedo new file mode 100644 index 00000000..2cbbd2f1 --- /dev/null +++ b/source/x/x11/doinst.sh/font-bitstream-speedo @@ -0,0 +1,11 @@ +#!/bin/sh +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then + ( cd /usr/share/fonts/Speedo + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |