diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-06 02:14:20 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-06 02:14:20 +0000 |
commit | 2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2 (patch) | |
tree | 6cb4631552f3f56098046f5f34d85e37253139c1 /perl-install/printer/printerdrake.pm | |
parent | ef8e48a0d4edb3e40f41c2a591170ad4295cdacb (diff) | |
download | drakx-2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2.tar drakx-2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2.tar.gz drakx-2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2.tar.bz2 drakx-2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2.tar.xz drakx-2c6fcba931a010219485b65e5ad1d4ab8b5fa4a2.zip |
Adapted printerdrake to new printer drivers packages.
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r-- | perl-install/printer/printerdrake.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 19e271e0e..b111f8e37 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -4113,12 +4113,13 @@ sub install_foomatic { if (!$::testing && !files_exist(qw(/usr/bin/foomatic-configure /usr/bin/foomatic-rip - /usr/share/foomatic/db/source/driver/ljet4.xml))) { + /usr/share/foomatic/db/source/driver/ljet4.xml + /usr/share/foomatic/db/source/driver/hpijs.xml))) { my $_w = $in->wait_message(N("Printerdrake"), N("Installing Foomatic...")); $in->do_pkgs->install('foomatic-db-engine', 'foomatic-filters', - 'foomatic-db') + 'foomatic-db', 'foomatic-db-hpijs') or do { $in->ask_warn(N("Error"), N("Could not install %s packages, %s cannot be started!", |