]> git.pld-linux.org Git - packages/fontpostinst.git/blobdiff - fontpostinst
- added "local" type, release 4
[packages/fontpostinst.git] / fontpostinst
index a93561323ed230e7a39a531b4d56e54a592993ab..d1766c9aabd3fc802f1ccb75b2790575bbca03bf 100644 (file)
@@ -37,7 +37,8 @@ GNOMEFONTINST="$GNOMEFONTINSTBIN --target $FBASEDIR/fontmap"
 
 if [ -z "$1" ]; then
        echo "Usage: fontpostinst TYPE [DIR]"
-       echo "  TYPE is one of OTF, TTF, Type1, misc, 100dpi, 75dpi, CID, Speedo, PEX"
+       echo "  TYPE is one of:"
+       echo "    OTF, TTF, Type1, misc, 100dpi, 75dpi, cyrillic, local, CID, Speedo, PEX"
        echo "  default DIR is $FBASEDIR/TYPE"
        exit 1
 fi
@@ -127,7 +128,7 @@ cursor.pcf.gz cursor
 EOF
        fi
        ;;
-    100dpi|75dpi|cyrillic)
+    100dpi|75dpi|cyrillic|local)
        if [ -x $MKFONTDIRBIN ]; then
                $MKFONTDIR
        fi
This page took 0.123474 seconds and 4 git commands to generate.