summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2002-03-09 00:58:36 +0000
committerYves Duret <yduret@mandriva.com>2002-03-09 00:58:36 +0000
commit46f3d241ec6feb64d99fcc1a642c570492c5255d (patch)
tree7468f3e9d7d3942f4bcd482ecf6692ce5c00d208 /perl-install/standalone/scannerdrake
parent39cf77e7043170938dbd582c0809e9c0b4ba93d6 (diff)
downloaddrakx-46f3d241ec6feb64d99fcc1a642c570492c5255d.tar
drakx-46f3d241ec6feb64d99fcc1a642c570492c5255d.tar.gz
drakx-46f3d241ec6feb64d99fcc1a642c570492c5255d.tar.bz2
drakx-46f3d241ec6feb64d99fcc1a642c570492c5255d.tar.xz
drakx-46f3d241ec6feb64d99fcc1a642c570492c5255d.zip
uncomment line that checks if sane rpm is installed or not (thx gc).
i sux,
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-xperl-install/standalone/scannerdrake6
1 files changed, 5 insertions, 1 deletions
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
#