From 3dad400360b6d165ce295d5b4f1d0f2acc7ab50a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 16 Jun 2003 22:30:19 +0000 Subject: [PATCH] - added "local" type, release 4 Changed files: fontpostinst -> 1.5 fontpostinst.spec -> 1.5 --- fontpostinst | 5 +++-- fontpostinst.spec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fontpostinst b/fontpostinst index a935613..d1766c9 100644 --- a/fontpostinst +++ b/fontpostinst @@ -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 diff --git a/fontpostinst.spec b/fontpostinst.spec index bf151ea..e0c0958 100644 --- a/fontpostinst.spec +++ b/fontpostinst.spec @@ -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} -- 2.43.0