diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-01-30 10:38:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-01-30 10:38:46 +0000 |
commit | ed4baa5ad538d96913a6d265d4e73838681303ca (patch) | |
tree | 4c1e1e446211631678e41a559156366bf3f1026e /perl-install | |
parent | 9137c23c0d864c713a315e373fbdddc89d0f91f0 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/install2.pm | 4 |
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'); } #------------------------------------------------------------------------------ |