diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-02 13:52:10 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-02 13:52:10 +0000 |
commit | 60efd84bdcf04870b3469b428a2481da680d6b58 (patch) | |
tree | 29839b4b13a781c0e85a552ab3217ec1f3628d88 /perl-install/printer | |
parent | bddf1b8713d2d575da6cae53c0bb18620eb4b420 (diff) | |
download | drakx-60efd84bdcf04870b3469b428a2481da680d6b58.tar drakx-60efd84bdcf04870b3469b428a2481da680d6b58.tar.gz drakx-60efd84bdcf04870b3469b428a2481da680d6b58.tar.bz2 drakx-60efd84bdcf04870b3469b428a2481da680d6b58.tar.xz drakx-60efd84bdcf04870b3469b428a2481da680d6b58.zip |
- Removed automatic installation of "hplip-hpijs-ppds" package, the
PPDs in this package are already generated with the installed
Foomatic data.
Diffstat (limited to 'perl-install/printer')
-rw-r--r-- | perl-install/printer/data.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/printer/data.pm b/perl-install/printer/data.pm index c3a0b6b83..41cf74660 100644 --- a/perl-install/printer/data.pm +++ b/perl-install/printer/data.pm @@ -32,7 +32,7 @@ our $localqueuepackages = [ [ 'foomatic-filters', 'foomatic-db', 'printer-utils', 'printer-testpages', 'ghostscript', 'hplip-hpijs', 'gutenprint-ijs', 'gutenprint-foomatic', 'gutenprint-escputil', - 'postscript-ppds', 'hplip-hpijs-ppds', + 'postscript-ppds', 'hplip-model-data', 'nmap', 'scli' ], [qw(/usr/bin/foomatic-rip /usr/share/foomatic/db/source/driver/ljet4.xml @@ -47,7 +47,6 @@ our $localqueuepackages = [ [ 'foomatic-filters', 'foomatic-db', /usr/share/foomatic/db/source/driver/gutenprint-ijs.5.0.xml /usr/bin/escputil /usr/share/cups/model/postscript.ppd.gz - /usr/share/ppd/HP/HP-2000C-hpijs.ppd.gz /usr/share/hplip/data/xml/models.xml /usr/bin/nmap /usr/bin/scli)] ]; |