diff options
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 2d9b0b5e5..b29697d05 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -390,6 +390,7 @@ sub pkg_install { $o->installPackages; } else { log::l("all packages selected are already installed, nothing to do"); + delete $o->{packages}{rpmdb}; #- make sure rpmdb is closed 0; } } |