summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index bf0a94ba..c9749d46 100755
--- a/urpmi
+++ b/urpmi
@@ -495,6 +495,11 @@ if ($options{replacepkgs}) {
);
}
+{
+ my $msg = urpm::select::translate_already_installed($state);
+ $msg and print "$msg\n";
+}
+
my @unselected_uninstalled = @{$state->{unselected_uninstalled} || []};
if (@unselected_uninstalled) {
my $list = join "\n", map { $_->name . '-' . $_->version . '-' . $_->release } @unselected_uninstalled;