diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-01-16 14:10:54 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-01-16 14:10:54 +0000 |
commit | b697eb3404bca4442861af122e794e9bd856b7a0 (patch) | |
tree | 3420f1b5ff5f8570a5ac4d19f750b6acc56ac549 | |
parent | e91699b32391e3942b3c95e6e495f4c60cde0c2c (diff) | |
download | drakx-b697eb3404bca4442861af122e794e9bd856b7a0.tar drakx-b697eb3404bca4442861af122e794e9bd856b7a0.tar.gz drakx-b697eb3404bca4442861af122e794e9bd856b7a0.tar.bz2 drakx-b697eb3404bca4442861af122e794e9bd856b7a0.tar.xz drakx-b697eb3404bca4442861af122e794e9bd856b7a0.zip |
- remove help callback (moved into drakhelp)
-rw-r--r-- | perl-install/standalone.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 707f0d9ec..f8c7f16a7 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -144,13 +144,6 @@ Copyright (C) 1999-2002 MandrakeSoft by <install\@mandrakesoft.com> ", $::license, "\n"; } -sub on_request_help { - my ($o, $link) = @_; - my $browser = $ENV{BROWSER} || MDK::Common::Func::find { -x "/usr/bin/$_" } qw(mozilla konqueror galeon) or $o->ask_warn('', N("No browser is installed on your system, Please install one if you want to browse the help system")); - log::explanations("Connection to help system at $link"); - system("$browser $link &"); -} - ################################################################################ package pkgs_interactive; |