diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-25 12:22:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-25 12:22:04 +0000 |
commit | 3ee87ca43acccabf7f8a5a84394d47476eb61b5d (patch) | |
tree | a8fe6d353806bca800d08847392e72924bb9aa60 | |
parent | 5ee31c9c241b51fea1b0d281a90a3b285102f359 (diff) | |
download | rpmdrake-3ee87ca43acccabf7f8a5a84394d47476eb61b5d.tar rpmdrake-3ee87ca43acccabf7f8a5a84394d47476eb61b5d.tar.gz rpmdrake-3ee87ca43acccabf7f8a5a84394d47476eb61b5d.tar.bz2 rpmdrake-3ee87ca43acccabf7f8a5a84394d47476eb61b5d.tar.xz rpmdrake-3ee87ca43acccabf7f8a5a84394d47476eb61b5d.zip |
(missing_files_summary) kill this callback (unused in urpmi-5.6)
-rw-r--r-- | Rpmdrake/pkg.pm | 11 |
1 files changed, 0 insertions, 11 deletions
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( |