From 9a8b2defb4ac557aca9c27d8ba7fbb5f7b11a184 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Aug 2007 09:12:05 +0000 Subject: (perform_removal) display already installed & not installable packages --- Rpmdrake/pkg.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index ccf98c60..4589c840 100755 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -706,6 +706,10 @@ you may now inspect some in order to take actions:"), and $statusbar_msg_id = statusbar_msg(N("All requested packages were installed successfully.")); display_READMEs_if_needed($urpm, $w); }, + already_installed_or_not_installable => sub { + my ($msg1, $msg2) = @_; + interactive_msg(N("Error"), join("\n", @$msg1, @$msg2)); + }, }, ); -- cgit v1.2.1