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, 5 insertions, 0 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 29bf272f..1251c8e0 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -254,6 +254,11 @@ sub install {
}
unlink @produced_deltas;
+ if ($urpm->{root} && !$options{test}) {
+ $urpm->{debug} and $urpm->{debug}("workaround bug in rpmlib by removing /var/lib/rpm/__db*");
+ urpm::sys::clean_rpmdb_shared_regions($urpm->{root});
+ }
+
@l;
}