aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-25 12:22:04 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-25 12:22:04 +0000
commit3ee87ca43acccabf7f8a5a84394d47476eb61b5d (patch)
treea8fe6d353806bca800d08847392e72924bb9aa60 /Rpmdrake/pkg.pm
parent5ee31c9c241b51fea1b0d281a90a3b285102f359 (diff)
downloadrpmdrake-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)
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r--Rpmdrake/pkg.pm11
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(