#!/bin/sh
if [ -x /usr/openwin/bin/mkfontdir ] ; then
    /usr/openwin/bin/mkfontdir $ROOTDIR/usr/openwin/lib/X11/fonts/TrueType
fi
if [ -x /usr/bin/fc-cache ] ; then
    /usr/bin/fc-cache $ROOTDIR/usr/openwin/lib/X11/fonts/TrueType

fi
