From 8381dfb9bda907cd8cea612d736358bb7268253c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 19 Nov 1998 18:39:26 +0000 Subject: Move fonts from truetype to TrueType. Besides being a better match with the "Type1" directory that already exists, I just realized that the Xtt ports have been recommending this directory name in their documentation. --- japanese/truetypefonts/pkg-deinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/truetypefonts/pkg-deinstall') diff --git a/japanese/truetypefonts/pkg-deinstall b/japanese/truetypefonts/pkg-deinstall index 8c268e930e66..9b3eb5f5febf 100644 --- a/japanese/truetypefonts/pkg-deinstall +++ b/japanese/truetypefonts/pkg-deinstall @@ -2,7 +2,7 @@ if [ "$2" != "DEINSTALL" ]; then exit 0 fi -FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype +FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType cd ${FONTDIR} sed -e '/-watanabe-/d' -e '/-wadalab-/d' fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp | wc -l) - 1 | bc) -- cgit v1.2.3