summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-13 09:08:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-13 09:08:04 +0000
commit9f41baef1c87c6bf99f649b491826e8611b45a8e (patch)
tree7a87919160f8b9352f625aa6d894ba2d3e7d4f83 /urpm/main_loop.pm
parent89f8ab51c0b4bf3701fe9291736a58483ddf7c00 (diff)
downloadurpmi-9f41baef1c87c6bf99f649b491826e8611b45a8e.tar
urpmi-9f41baef1c87c6bf99f649b491826e8611b45a8e.tar.gz
urpmi-9f41baef1c87c6bf99f649b491826e8611b45a8e.tar.bz2
urpmi-9f41baef1c87c6bf99f649b491826e8611b45a8e.tar.xz
urpmi-9f41baef1c87c6bf99f649b491826e8611b45a8e.zip
(run) forward callback_report_uninst callback
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index d631347e..6bd42200 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -167,6 +167,7 @@ foreach my $set (@{$state->{transaction} || []}) {
noscripts => $urpm->{options}{noscripts},
callback_inst => $callbacks->{inst},
callback_trans => $callbacks->{trans},
+ callback_report_uninst => $callbacks->{callback_report_uninst},
);
my @l = urpm::install::install($urpm,
$to_remove,