summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-23 18:40:37 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-23 18:40:37 +0000
commiteb7f83be858dcf7d8a20721d807e3c73a0363858 (patch)
tree6445f5f2d7eae721830990e35a1db1301748c4f0 /perl-install/install_steps.pm
parent985a95ed0b0b3591d9d7c7aac69ec2a2ecae06ba (diff)
downloaddrakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.gz
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.bz2
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.xz
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.zip
ensure licence step is asked in any case (ie. even when selectLanguage is automatic)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 0ecf0817e..a43b374fe 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -116,6 +116,7 @@ sub selectKeyboard {
} 'installPackages' unless $::g_auto_install;
}
#------------------------------------------------------------------------------
+sub acceptLicence {}
sub selectPath {}
#------------------------------------------------------------------------------
sub selectInstallClass {}