diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 1cb0cca1e..e61e8bba9 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -158,10 +158,8 @@ sub afterInstallPackages($) { } #------------------------------------------------------------------------------ -sub mouseConfig($) { +sub selectMouse($) { my ($o) = @_; - setVarsInSh("$o->{prefix}/etc/sysconfig/mouse", $o->{mouse}); - symlink $o->{mouse}{DEVICE}, "$o->{prefix}/dev/mouse" or log::l("creating /dev/mouse symlink failed"); } #------------------------------------------------------------------------------ |