diff options
author | Sebastien Dupont <sdupont@mandriva.com> | 2001-10-12 17:20:11 +0000 |
---|---|---|
committer | Sebastien Dupont <sdupont@mandriva.com> | 2001-10-12 17:20:11 +0000 |
commit | aeabbaef87b15d21f676aa46743c96f468402ad2 (patch) | |
tree | d005c1a0e41e6119b0c5300afa918859c34bc63b | |
parent | b087b7717ef076b33f3fc6a371e18ecfcda56e29 (diff) | |
download | drakx-aeabbaef87b15d21f676aa46743c96f468402ad2.tar drakx-aeabbaef87b15d21f676aa46743c96f468402ad2.tar.gz drakx-aeabbaef87b15d21f676aa46743c96f468402ad2.tar.bz2 drakx-aeabbaef87b15d21f676aa46743c96f468402ad2.tar.xz drakx-aeabbaef87b15d21f676aa46743c96f468402ad2.zip |
support all installations, and support xfs, ghostcript, staroffice.
todo aplli: openoffice, gimp, abiword, netscape & other browsers...
todo or to see: --strong ttmkfdir -c ???
-rwxr-xr-x | perl-install/standalone/drakfont | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 62e4be63c..d78cc803e 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -1,6 +1,4 @@ #!/usr/bin/perl -w - - # drakfont Future Overview # - Fonts import : # pfb ( Adobe Type 1 binary ) @@ -72,6 +70,8 @@ if ("@ARGV" =~ /--help|-h/) { exit(0); } + + my $xlsfonts; my $windows; my $strong; @@ -112,17 +112,21 @@ foreach my $i (@application) { } } - +# only debug print "app : @application\n"; print "install : @install\n"; print "uninstall : @uninstall\n"; print "applications supproted: so: $so gs: $gs \n"; + +# PATH my $xfs_conffile = '/etc/X11/fs/config'; my $drakfont_dir = '/home/seb/new_drackfont'; #/usr/X11R6/lib/X11/fonts/drakfont my $chkfontpath = '/usr/sbin/chkfontpath'; + +# global lists, just to manipulate it easily. my $part; my @list_part; my @test; @@ -311,8 +315,7 @@ sub interactive_mode { #gtk } - - -# faire la gestion des applications + printer - +# interface graphique a faire +# option strong: verifier strong ttmkfdir -c ??? +# gestion abiword, netscape, gimp.... # xlsfonts | less pour verifier l'installation des polices. |