summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-10 02:00:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-10 02:00:46 +0000
commit4fe837d51fcc99ac6d1e80463b5e13520b250839 (patch)
treeb0c87fc4611a55f95d8812e1afbcef3475459740 /perl-install/standalone/printerdrake
parent88d708135221a9b0147c08169fc03e20db45c113 (diff)
downloaddrakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar
drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.gz
drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.bz2
drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.xz
drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.zip
no_comment
Diffstat (limited to 'perl-install/standalone/printerdrake')
-rwxr-xr-xperl-install/standalone/printerdrake4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake
index 76caa66c1..2e7ed085d 100755
--- a/perl-install/standalone/printerdrake
+++ b/perl-install/standalone/printerdrake
@@ -36,6 +36,10 @@ $::skiptest = /-skiptest/;
$::testing = /-testing/;
$::isStandalone = 1;
+my $f = "/usr/lib/rhs/rhs-printfilters";
+-e $f or system("urpmi --auto rhs-printfilters");
+-e $f or die "install rhs-printfilters first!\n";
+
my $in = vnew interactive('su');
printerdrake::main('', printerdrake::getinfo(''), $in, sub { `urpmi --auto $_[0]` });