summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-06 13:52:59 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-06 13:52:59 +0000
commitb68669c3c492226743ca1e00ccd2c8cfdf67d567 (patch)
treecd95093040fce5f44c02b4e7831491286a054bee /perl-install/install2.pm
parentce42f6ff934457ba9ee9632518d9c1195dc0d6d5 (diff)
downloaddrakx-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/install2.pm')
-rw-r--r--perl-install/install2.pm1
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 {