summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-06 14:02:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-06 14:02:21 +0000
commit39ee6bc128a1599118411de65100a856c64cff22 (patch)
tree49c9176107d855bf5e2a7bcf82bd62fba4353966 /perl-install/install_steps_auto_install.pm
parent14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf (diff)
downloaddrakx-backup-do-not-use-39ee6bc128a1599118411de65100a856c64cff22.tar
drakx-backup-do-not-use-39ee6bc128a1599118411de65100a856c64cff22.tar.gz
drakx-backup-do-not-use-39ee6bc128a1599118411de65100a856c64cff22.tar.bz2
drakx-backup-do-not-use-39ee6bc128a1599118411de65100a856c64cff22.tar.xz
drakx-backup-do-not-use-39ee6bc128a1599118411de65100a856c64cff22.zip
(@graphical_steps): add beforeInstallPackages so that advertisings are there
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index 3fadfc6ad..f72565fd4 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -7,7 +7,7 @@ use vars qw(@ISA $graphical @graphical_steps);
@ISA = qw(install_steps);
-@graphical_steps = qw(enteringStep installPackages);
+@graphical_steps = qw(enteringStep beforeInstallPackages installPackages);
use modules;