summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 17:29:43 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 17:29:43 +0000
commita5bce321bfd4a258ae79f92bca1e0562da74100f (patch)
tree215696a82e2c75013ec846067eaa9a7ba25ed522 /perl-install/install/steps_interactive.pm
parent5302a38eb5c738bbe8bd7b79f6f90a9ad24299cf (diff)
downloaddrakx-backup-do-not-use-a5bce321bfd4a258ae79f92bca1e0562da74100f.tar
drakx-backup-do-not-use-a5bce321bfd4a258ae79f92bca1e0562da74100f.tar.gz
drakx-backup-do-not-use-a5bce321bfd4a258ae79f92bca1e0562da74100f.tar.bz2
drakx-backup-do-not-use-a5bce321bfd4a258ae79f92bca1e0562da74100f.tar.xz
drakx-backup-do-not-use-a5bce321bfd4a258ae79f92bca1e0562da74100f.zip
remove install::steps_interactive::setPackages, it's exactly the same as the install::steps::setPackages it's overriding
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 4729a717a..f0fa33c2c 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -322,11 +322,6 @@ sub formatMountPartitions {
}
#------------------------------------------------------------------------------
-sub setPackages {
- my ($o) = @_;
- install::any::setPackages($o);
-}
-
#- group by CD
sub ask_deselect_media__copy_on_disk {
my ($o, $hdlists, $o_copy_rpms_on_disk) = @_;