From 500dd3b1a4981336166a6309bac878d476a3c52f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Aug 2001 23:16:40 +0000 Subject: installing foomatic before doing anything about printer --- perl-install/install_steps_interactive.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8d8f66467..057f5e399 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -901,6 +901,11 @@ sub configurePrinter { require printer; require printerdrake; + if (!$::testing) { + $o->do_pkgs->install('foomatic', 'printer-utils','printer-testpages', + if_($o->do_pkgs->is_installed('gimp'), 'gimpprint')); + } + #- try to determine if a question should be asked to the user or #- if he is autorized to configure multiple queues. my $ask_multiple_printer = !$::expert && !$clicked ? scalar(printerdrake::auto_detect($o)) : 2; -- cgit v1.2.1