#
# Copyright (c) 1998, 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"@(#)postinstall	1.2 01/09/20 SMI"
#

FONTINSTDIR=$BASEDIR/openwin/lib/locale/en_US.UTF-8/X11/fonts
export FONTINSTDIR

        (
		if [ ! -x /usr/openwin/bin/mkfontdir ] ; then
			exit 0
		fi
                cd $FONTINSTDIR/misc
                /usr/openwin/bin/mkfontdir .
        )


installf -f $PKGINST || exit 2

exit 0
