diff options
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rwxr-xr-x | Rpmdrake/pkg.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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)); + }, }, ); |