From 28b00382645c80ef80b895e4a8ff66d45126c4b2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Feb 2003 15:08:35 +0000 Subject: rework summary() (esp. to allow a gtk frontend) --- perl-install/install_steps.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_steps.pm') 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); -- cgit v1.2.1