From aeabbaef87b15d21f676aa46743c96f468402ad2 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Fri, 12 Oct 2001 17:20:11 +0000 Subject: support all installations, and support xfs, ghostcript, staroffice. todo aplli: openoffice, gimp, abiword, netscape & other browsers... todo or to see: --strong ttmkfdir -c ??? --- perl-install/standalone/drakfont | 17 ++++++++++------- 1 file 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. -- cgit v1.2.1