summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 32bec9958..5b6e98d9e 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -349,7 +349,6 @@ 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 {
@@ -367,7 +366,6 @@ sub pkg_install_if_requires_satisfied {
}
}
$o->installPackages;
- delete $o->{packages}{rpmdb};
}
sub installPackages($$) { #- complete REWORK, TODO and TOCHECK!