summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-01-30 10:38:46 +0000
committerThierry Vignaud <tv@mandriva.org>2009-01-30 10:38:46 +0000
commited4baa5ad538d96913a6d265d4e73838681303ca (patch)
tree4c1e1e446211631678e41a559156366bf3f1026e
parent9137c23c0d864c713a315e373fbdddc89d0f91f0 (diff)
downloaddrakx-backup-do-not-use-ed4baa5ad538d96913a6d265d4e73838681303ca.tar
drakx-backup-do-not-use-ed4baa5ad538d96913a6d265d4e73838681303ca.tar.gz
drakx-backup-do-not-use-ed4baa5ad538d96913a6d265d4e73838681303ca.tar.bz2
drakx-backup-do-not-use-ed4baa5ad538d96913a6d265d4e73838681303ca.tar.xz
drakx-backup-do-not-use-ed4baa5ad538d96913a6d265d4e73838681303ca.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');
}
#------------------------------------------------------------------------------