From 39f44504adbb492486856db74cb269f7ba85f66f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 7 Dec 2004 10:55:22 +0000 Subject: Remove gurpmi special case for README.urpmi files --- urpm.pm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 4e20ed3d..e5fa284a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2897,12 +2897,9 @@ sub install { exit 0; } else { #- parent process if (@readmes) { - if ($urpm::args::options{X}) { - } else { - foreach (@readmes) { - print "-" x 70, "\n", N("More information on package %s", $_->[1]), "\n"; - print cat_($_->[0]), "-" x 70, "\n"; - } + foreach (@readmes) { + print "-" x 70, "\n", N("More information on package %s", $_->[1]), "\n"; + print cat_($_->[0]), "-" x 70, "\n"; } } return @l; -- cgit v1.2.1