FONTINSTDIR=$BASEDIR/openwin/lib/locale/zh.GBK/X11/fonts
export FONTINSTDIR

	(
		for i in 75dpi TrueType ; do
		if [ -d $FONTINSTDIR/$i ]; then
			cd $FONTINSTDIR/$i
			rm -f fonts.dir
		fi
		done
	)
FONTINSTDIR=$BASEDIR/openwin/lib/locale/zh_CN.GB18030/X11/fonts
export FONTINSTDIR

	(
		for i in 75dpi TrueType ; do
		if [ -d $FONTINSTDIR/$i ]; then
			cd $FONTINSTDIR/$i
			rm -f fonts.dir
		fi
		done
	)

exit 0
