diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-14 18:31:37 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-14 18:31:37 +0000 |
commit | 8ccd2a125d80476f5d90a03e165b860225988207 (patch) | |
tree | 738857ad9f1b880e8a628598ea4c2914a9d08422 /perl-install | |
parent | 8bc507613f0b82e9172a2601018d1f488986cc11 (diff) | |
download | drakx-8ccd2a125d80476f5d90a03e165b860225988207.tar drakx-8ccd2a125d80476f5d90a03e165b860225988207.tar.gz drakx-8ccd2a125d80476f5d90a03e165b860225988207.tar.bz2 drakx-8ccd2a125d80476f5d90a03e165b860225988207.tar.xz drakx-8ccd2a125d80476f5d90a03e165b860225988207.zip |
- Updated for new printer drivers packages.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 59ce89b2a..be59128d9 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -693,7 +693,7 @@ sub configureServices { sub configurePrinter { my ($o) = @_; eval { - $o->do_pkgs->install('foomatic-filters', 'foomatic-db-engine', 'foomatic-db', 'printer-utils', 'printer-testpages', + $o->do_pkgs->install('foomatic-filters', 'foomatic-db-engine', 'foomatic-db', 'foomatic-db-hpijs', 'gimpprint-foomatic', 'postscript-ppds', 'printer-utils', 'printer-filters', 'printer-testpages', if_($o->do_pkgs->is_installed('gimp'), 'gimpprint')); }; if ($@ =~ /rpm not found/) { |