From 3ee87ca43acccabf7f8a5a84394d47476eb61b5d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 25 Feb 2008 12:22:04 +0000 Subject: (missing_files_summary) kill this callback (unused in urpmi-5.6) --- Rpmdrake/pkg.pm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Rpmdrake/pkg.pm') diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index b98aadfd..bee3f676 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -709,17 +709,6 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( $canceled and goto return_with_exit_code; $gurpm->invalidate_cancel_forever; }, - missing_files_summary => sub { - my ($error_sources) = @_; - my @missing_errors = values %$error_sources or return; - interactive_msg( - N("Installation failed"), - N("Installation failed, some files are missing:\n%s\n\nYou may want to update your media database.", - join "\n", map { "- $_" } sort @missing_errors) . - (@error_msgs ? N("\n\nError(s) reported:\n%s", join("\n", @error_msgs)) : ''), - scroll => 1, - ); - }, trans_error_summary => sub { my ($nok, $errors) = @_; interactive_msg( -- cgit v1.2.1