diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-12 15:08:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-12 15:08:35 +0000 |
commit | 28b00382645c80ef80b895e4a8ff66d45126c4b2 (patch) | |
tree | 63f4d4e252db4d2e76cc95505c209517cc6c923f /perl-install/install_steps.pm | |
parent | c1bb0f1288805582f122e10082f62beb91562b19 (diff) | |
download | drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.gz drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.bz2 drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.xz drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.zip |
rework summary() (esp. to allow a gtk frontend)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index be34b1718..d8a6c8018 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -675,6 +675,8 @@ sub installUpdates { $o->install_urpmi; } +sub summaryBefore {} + sub summary { my ($o) = @_; configureTimezone($o); |