summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2001-08-08 20:44:22 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2001-08-08 20:44:22 +0000
commit48c0bd6bfb5051be54eaa8a103e6abbb043c8227 (patch)
tree60b512874f0000362c6c9b077ee836d1ef685de4
parentbfba9a5382c626965202ee3ffb2a4963ab0e6412 (diff)
downloaddrakx-backup-do-not-use-48c0bd6bfb5051be54eaa8a103e6abbb043c8227.tar
drakx-backup-do-not-use-48c0bd6bfb5051be54eaa8a103e6abbb043c8227.tar.gz
drakx-backup-do-not-use-48c0bd6bfb5051be54eaa8a103e6abbb043c8227.tar.bz2
drakx-backup-do-not-use-48c0bd6bfb5051be54eaa8a103e6abbb043c8227.tar.xz
drakx-backup-do-not-use-48c0bd6bfb5051be54eaa8a103e6abbb043c8227.zip
Removed superfluous line in install_spooler function
-rw-r--r--perl-install/printerdrake.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index 71b2159fb..903766afb 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -709,7 +709,6 @@ sub install_spooler {
if ($printer->{SPOOLER} eq "cups") {
$in->do_pkgs->install(('cups', 'xpp', 'qtcups', 'kups',
($::expert ? 'cups-drivers' : ())));
- if ($::expert) {$in->do_pkgs->install('cups-drivers');}
# Start daemon
printer::start_service("cups");
sleep 1;