diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-02 13:59:20 +0000 |
commit | 4f33fa822e130c3490c30699e2c583764682c767 (patch) | |
tree | 99cf1d5ee654b1cc7a9b7b981d43abccc3dc370e /perl-install/install/install2.pm | |
parent | 917b6de90beddeecf819a4a8ba75e5b91e9ddfe9 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install/install/install2.pm')
-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'); } #------------------------------------------------------------------------------ |