diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 10:05:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 10:05:51 +0000 |
commit | 1e9038420b7c3346617e966abdfbf75aba6f5bb3 (patch) | |
tree | 7f02821a21b9fef95dcb9f3d92b1036196615d96 /perl-install | |
parent | db1450155e9f8a82130ec45fd4ade9a17f23a4f5 (diff) | |
download | drakx-1e9038420b7c3346617e966abdfbf75aba6f5bb3.tar drakx-1e9038420b7c3346617e966abdfbf75aba6f5bb3.tar.gz drakx-1e9038420b7c3346617e966abdfbf75aba6f5bb3.tar.bz2 drakx-1e9038420b7c3346617e966abdfbf75aba6f5bb3.tar.xz drakx-1e9038420b7c3346617e966abdfbf75aba6f5bb3.zip |
no special case for installing imwheel
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |