]> git.pld-linux.org Git - packages/fontpostinst.git/commitdiff
- added "local" type, release 4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Jun 2003 22:30:19 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontpostinst -> 1.5
    fontpostinst.spec -> 1.5

fontpostinst
fontpostinst.spec

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
index bf151ea0b5c9dba5346d4c30f45ed363d12fc73c..e0c0958aae57942662bbff7f61f2d2d7cce942b2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Font post (un)installation script
 Summary(pl):   Skrypt po(de)instalacyjny dla fontów
 Name:          fontpostinst
 Version:       0.1
-Release:       3
+Release:       4
 License:       Free
 Group:         Applications/System
 Source0:       %{name}
This page took 0.049067 seconds and 4 git commands to generate.