summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm9
1 files changed, 3 insertions, 6 deletions
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;