summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-06-08 13:24:29 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-06-08 13:24:29 +0200
commitd217f60cb6cc2074a73b5bb4ffdf315385c075fa (patch)
tree6e96d54f66beabaf978d37408e8f3189088c20d5 /perl-install/install/gtk.pm
parent9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e (diff)
downloaddrakx-d217f60cb6cc2074a73b5bb4ffdf315385c075fa.tar
drakx-d217f60cb6cc2074a73b5bb4ffdf315385c075fa.tar.gz
drakx-d217f60cb6cc2074a73b5bb4ffdf315385c075fa.tar.bz2
drakx-d217f60cb6cc2074a73b5bb4ffdf315385c075fa.tar.xz
drakx-d217f60cb6cc2074a73b5bb4ffdf315385c075fa.zip
do not create /dev/mouse symling anymore
just rely on udev
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm2
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");