summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-01-16 14:10:54 +0000
committerDaouda Lo <daouda@mandriva.com>2003-01-16 14:10:54 +0000
commitb697eb3404bca4442861af122e794e9bd856b7a0 (patch)
tree3420f1b5ff5f8570a5ac4d19f750b6acc56ac549 /perl-install/standalone.pm
parente91699b32391e3942b3c95e6e495f4c60cde0c2c (diff)
downloaddrakx-backup-do-not-use-b697eb3404bca4442861af122e794e9bd856b7a0.tar
drakx-backup-do-not-use-b697eb3404bca4442861af122e794e9bd856b7a0.tar.gz
drakx-backup-do-not-use-b697eb3404bca4442861af122e794e9bd856b7a0.tar.bz2
drakx-backup-do-not-use-b697eb3404bca4442861af122e794e9bd856b7a0.tar.xz
drakx-backup-do-not-use-b697eb3404bca4442861af122e794e9bd856b7a0.zip
- remove help callback (moved into drakhelp)
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm7
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;