diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/gtk.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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"); |