From 46f3d241ec6feb64d99fcc1a642c570492c5255d Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Sat, 9 Mar 2002 00:58:36 +0000 Subject: uncomment line that checks if sane rpm is installed or not (thx gc). i sux, --- perl-install/standalone/scannerdrake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/scannerdrake') diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 63464cd96..4fd630169 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -37,7 +37,7 @@ for (@ARGV) { } $in = 'interactive'->vnew('su', 'default'); -#$in->do_pkgs->install('sane-backends', 'xsane', if_($in->do_pkgs->is_installed('gimp'),'xsane-gimp')); +$in->do_pkgs->install('sane-backends', 'xsane', if_($in->do_pkgs->is_installed('gimp'),'xsane-gimp')); if ($::Manual) {manual(); quit();} my $wait = $in->wait_message(_("Test ports"), _("Detecting devices ...")); @f = scanner::findScannerUsbport(); @@ -103,6 +103,10 @@ sub quit { #----------------------------------------------- # $Log$ +# Revision 1.8 2002/03/09 00:58:36 yduret +# uncomment line that checks if sane rpm is installed or not (thx gc). +# i sux, +# # Revision 1.7 2002/02/18 17:32:42 yduret # HP OfficeJet support # -- cgit v1.2.1