summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 82f2a481..8007e32b 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -286,10 +286,7 @@ sub install {
}
unlink @produced_deltas;
- if ($urpm->{root} && !$options{test} || $urpm->{tune_rpm}{private}) {
- $urpm->{root} && $urpm->{debug} and $urpm->{debug}("workaround bug in rpmlib by removing /var/lib/rpm/__db*");
- urpm::sys::clean_rpmdb_shared_regions($urpm->{root});
- }
+ urpm::sys::may_clean_rpmdb_shared_regions($urpm, $options{test});
@errors;
}