summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2002-03-11 06:43:36 +0000
committerYves Duret <yduret@mandriva.com>2002-03-11 06:43:36 +0000
commit8e8ffce79708c5c638d87fd84184baa544f81d0c (patch)
treebf584d0014a80b41fef34501d9245611bb89a9a1 /perl-install/standalone/scannerdrake
parente3e36c2a1e45889012bda605fff6fad42c0f0d2b (diff)
downloaddrakx-8e8ffce79708c5c638d87fd84184baa544f81d0c.tar
drakx-8e8ffce79708c5c638d87fd84184baa544f81d0c.tar.gz
drakx-8e8ffce79708c5c638d87fd84184baa544f81d0c.tar.bz2
drakx-8e8ffce79708c5c638d87fd84184baa544f81d0c.tar.xz
drakx-8e8ffce79708c5c638d87fd84184baa544f81d0c.zip
re-re-re-re-re-re-uncomment the pkgs check line.
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-xperl-install/standalone/scannerdrake5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake
index b356e369f..b3b4dd402 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();
@@ -114,6 +114,9 @@ sub quit {
#-----------------------------------------------
# $Log$
+# Revision 1.11 2002/03/11 06:43:36 yduret
+# re-re-re-re-re-re-uncomment the pkgs check line.
+#
# Revision 1.10 2002/03/10 15:25:10 yduret
# added ASK DEVICE support
#