diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-08 12:43:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-08 12:43:54 +0000 |
commit | 14c73ed3e756c1fcd05b50eb8fd049d9f089aaae (patch) | |
tree | 6d750fa7b077e3c2f1f54e0f5c36b04eef4c6373 /perl-install/install_steps_interactive.pm | |
parent | d23d9a881f0a581a6ca78f75fc5d42fa76cb5cf6 (diff) | |
download | drakx-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar drakx-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.gz drakx-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.bz2 drakx-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.xz drakx-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.zip |
re-add miscellaneous step, but always hidden (aka automatic)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index eb92b6014..d8fdd7208 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -947,7 +947,7 @@ try to force installation even if that destroys the first partition?")); } #- deprecated -sub miscellaneous { +sub __deprecated__miscellaneous { return; my ($o, $clicked) = @_; |