diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 20:32:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 20:32:40 +0000 |
commit | 003d5e921e7e8b29a8d4d37f3e3728dfef1bc857 (patch) | |
tree | 3adfdc7d11d1ed93bb1ebe8f41a778cf69b56b6a /perl-install/standalone/drakfont | |
parent | 0bf0e10a086612a81e14f3fe2e9089dd61b0d74f (diff) | |
download | drakx-003d5e921e7e8b29a8d4d37f3e3728dfef1bc857.tar drakx-003d5e921e7e8b29a8d4d37f3e3728dfef1bc857.tar.gz drakx-003d5e921e7e8b29a8d4d37f3e3728dfef1bc857.tar.bz2 drakx-003d5e921e7e8b29a8d4d37f3e3728dfef1bc857.tar.xz drakx-003d5e921e7e8b29a8d4d37f3e3728dfef1bc857.zip |
remove never implemented --strong option
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 82cad5845..f63bbf51d 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -66,7 +66,6 @@ # TODO: # - abiword, Koffice, Gnumeric, ... # - Speedo and Bitmap (PCF, BDF, and SNF) -# - option strong: strong verification with ttmkfdir -c ? # # REQUIRE: # - font-tools.*.mdk.i586.rpm @@ -95,7 +94,6 @@ require_root_capability(); # global variables needed by each functions my $xlsfonts = 0; my $windows = 0; -my $strong; my $replace; my $so = 1; my $gs = 1; @@ -124,7 +122,6 @@ foreach (@ARGV) { /--list|-l/ and $list_all_font_path = 1, $mode = -1; /--xls_fonts/ and $xlsfonts = 1, $mode = -1; /--windows_import|-wi/ and $windows = 1, $mode = -1; - /--strong|-s/ and $strong = 1, $mode = -1; /--replace|-r/ and $replace = 1, $mode = -1; /--application/ and $mode = 0, next; $mode == 0 and push @application, $_; |