diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-04 16:41:45 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-04 16:41:45 +0000 |
commit | aa560937696c59232dfdf00f3b493b8f85bf412a (patch) | |
tree | fb69a3a5fba8ad2d14714da1ac99265485dd8151 /perl-install/install2.pm | |
parent | 254cfcd2acdd915bd37e73d36868f26d5b7587fa (diff) | |
download | drakx-aa560937696c59232dfdf00f3b493b8f85bf412a.tar drakx-aa560937696c59232dfdf00f3b493b8f85bf412a.tar.gz drakx-aa560937696c59232dfdf00f3b493b8f85bf412a.tar.bz2 drakx-aa560937696c59232dfdf00f3b493b8f85bf412a.tar.xz drakx-aa560937696c59232dfdf00f3b493b8f85bf412a.zip |
added update installation support to install (big modifs need testing).
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 529a3b6ac..f0ec6960d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -260,6 +260,11 @@ sub installCrypto { installStepsCall($o, $auto, 'installCrypto'); } #------------------------------------------------------------------------------ +sub installUpdates { + my ($clicked, $ent_number, $auto) = @_; + installStepsCall($o, $auto, 'installUpdates'); +} +#------------------------------------------------------------------------------ sub configureServices { my ($clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'configureServices', $clicked); |