summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 25d6d97c9..86ab5e3ea 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -349,6 +349,7 @@ sub pkg_install {
} else {
log::l("all packages selected are already installed, nothing to do")
}
+ delete $o->{packages}{rpmdb};
}
sub pkg_install_if_requires_satisfied {
@@ -366,6 +367,7 @@ sub pkg_install_if_requires_satisfied {
}
}
$o->installPackages;
+ delete $o->{packages}{rpmdb};
}
sub installPackages($$) { #- complete REWORK, TODO and TOCHECK!