diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:52:59 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:52:59 +0000 |
commit | b68669c3c492226743ca1e00ccd2c8cfdf67d567 (patch) | |
tree | cd95093040fce5f44c02b4e7831491286a054bee /perl-install | |
parent | ce42f6ff934457ba9ee9632518d9c1195dc0d6d5 (diff) | |
download | drakx-b68669c3c492226743ca1e00ccd2c8cfdf67d567.tar drakx-b68669c3c492226743ca1e00ccd2c8cfdf67d567.tar.gz drakx-b68669c3c492226743ca1e00ccd2c8cfdf67d567.tar.bz2 drakx-b68669c3c492226743ca1e00ccd2c8cfdf67d567.tar.xz drakx-b68669c3c492226743ca1e00ccd2c8cfdf67d567.zip |
added summaryAfter steps for summary.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d17ea2513..8b72739a3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -237,6 +237,7 @@ sub summary { my ($_clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'summaryBefore'); installStepsCall($o, $auto, 'summary', $ent_number == 1); + installStepsCall($o, $auto, 'summaryAfter'); } #------------------------------------------------------------------------------ sub configureNetwork { |