From 1e9038420b7c3346617e966abdfbf75aba6f5bb3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Feb 2002 10:05:51 +0000 Subject: no special case for installing imwheel --- perl-install/install_any.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c3f306424..bc21cc951 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -338,7 +338,6 @@ sub setDefaultPackages { push @{$o->{default_packages}}, "xfsprogs" if grep { isThisFs("xfs", $_) } @{$o->{fstab}}; push @{$o->{default_packages}}, "jfsprogs" if grep { isThisFs("jfs", $_) } @{$o->{fstab}}; push @{$o->{default_packages}}, "alsa", "alsa-utils" if modules::get_alias("sound-slot-0") =~ /^snd-card-/; - push @{$o->{default_packages}}, "imwheel" if $o->{mouse}{nbuttons} > 3; #- if no cleaning needed, populate by default, clean is used for second or more call to this function. unless ($clean) { -- cgit v1.2.1