summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:28:09 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:28:09 +0000
commit70eb0cd9eb352cadb443d0632383453be227602e (patch)
tree84e625100e0bd7f453986b6e374f8527c4d9f3da /perl-install
parenta05616e438c650c89e2e482ee15a73729fe84205 (diff)
downloaddrakx-backup-do-not-use-70eb0cd9eb352cadb443d0632383453be227602e.tar
drakx-backup-do-not-use-70eb0cd9eb352cadb443d0632383453be227602e.tar.gz
drakx-backup-do-not-use-70eb0cd9eb352cadb443d0632383453be227602e.tar.bz2
drakx-backup-do-not-use-70eb0cd9eb352cadb443d0632383453be227602e.tar.xz
drakx-backup-do-not-use-70eb0cd9eb352cadb443d0632383453be227602e.zip
(selectMouse) usbmouse is dead for years
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/steps_interactive.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index e340a8b7c..5f22c20b7 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -251,7 +251,6 @@ sub selectMouse {
if ($o->{mouse}{device} eq "input/mice") {
modules::interactive::load_category($o, $o->{modules_conf}, 'bus/usb', 1, 0);
eval {
- devices::make("usbmouse");
modules::load('usbhid');
};
}