From d217f60cb6cc2074a73b5bb4ffdf315385c075fa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 8 Jun 2014 13:24:29 +0200 Subject: do not create /dev/mouse symling anymore just rely on udev --- perl-install/install/gtk.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index eb7cba428..f502b4f06 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -249,8 +249,6 @@ sub special_shortcuts { sub createXconf { my ($file, $Driver) = @_; - symlinkf(devices::make($mouse_dev), "/dev/mouse") if $mouse_dev ne 'none'; - #- remove "error opening security policy file" warning symlink("/tmp/stage2/etc/X11", "/etc/X11"); -- cgit v1.2.1