summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-02 13:59:20 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-02 13:59:20 +0000
commit4f33fa822e130c3490c30699e2c583764682c767 (patch)
tree99cf1d5ee654b1cc7a9b7b981d43abccc3dc370e
parent917b6de90beddeecf819a4a8ba75e5b91e9ddfe9 (diff)
downloaddrakx-4f33fa822e130c3490c30699e2c583764682c767.tar
drakx-4f33fa822e130c3490c30699e2c583764682c767.tar.gz
drakx-4f33fa822e130c3490c30699e2c583764682c767.tar.bz2
drakx-4f33fa822e130c3490c30699e2c583764682c767.tar.xz
drakx-4f33fa822e130c3490c30699e2c583764682c767.zip
(installUpdates) do not register orphan packages (now done by urpm::main_loop
while performing actual package installation)
-rw-r--r--perl-install/install/install2.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 945bb5267..af1100b5c 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -246,10 +246,6 @@ sub configureNetwork {
#------------------------------------------------------------------------------
sub installUpdates {
my ($auto) = @_;
-
- require urpm::orphans;
- urpm::orphans::add_unrequested($o->{packages}, $o->{packages}{state});
-
installStepsCall($o, $auto, 'installUpdates');
}
#------------------------------------------------------------------------------