diff options
Diffstat (limited to 'urpm/install.pm')
-rw-r--r-- | urpm/install.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index 4d58efdc..fc30b847 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -291,6 +291,10 @@ sub install { urpm::sys::may_clean_rpmdb_shared_regions($urpm, $options{test}); + # explicitely close the RPM DB (needed for drakx -- looks like refcount has hard work): + undef $db; + undef $trans; + @errors; } |