From 239b9febf098b8aa8e96a5aad84534c83c4c1247 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Sep 2003 14:29:38 +0000 Subject: fixed closing of rpmdb directly in pkgs --- perl-install/install_steps.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install_steps.pm') 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! -- cgit v1.2.1