From 30db14621a97a66eb3bf6660621e558ecaf41e85 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 19 Nov 1999 23:04:41 +0000 Subject: no_comment --- perl-install/install2.pm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 980277321..609a2b720 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -227,14 +227,7 @@ sub selectMouse { add2hash($o->{mouse} ||= {}, { mouse::read($o->{prefix}) }) if $o->{isUpgrade} && !$clicked; $o->selectMouse($clicked); - addToBeDone { - mouse::write($o->{prefix}, $o->{mouse}); - my $t = "modprobe usbmouse\n"; - substInFile { - s/$t//; - $_ .= $t if eof; - } "$o->{prefix}/etc/rc.d/rc.local" if $o->{mouse}{FULLNAME} =~ /USB/i; - } 'doInstallStep'; + addToBeDone { mouse::write($o->{prefix}, $o->{mouse}) } 'doInstallStep'; } #------------------------------------------------------------------------------ -- cgit v1.2.1