summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index f35ea7e30..cf56128c8 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1258,7 +1258,7 @@ sub remove_raw {
$callback->($db, user => undef, remove => scalar @$to_remove);
- $trans->run(undef, %run_transaction_options);
+ $trans->run(undef, %run_transaction_options, callback_uninst => $callback);
}
sub remove {
my ($_to_remove, $_callback, %run_transaction_options) = @_;