From 7bd16d07b3745f078048099e4bc7f5a721508bd3 Mon Sep 17 00:00:00 2001 From: dschmenk Date: Tue, 10 Sep 2013 13:12:36 -0700 Subject: [PATCH] remove joystick device link for gsportx --- src/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/install.sh b/src/install.sh index 3a85345..52c1dd4 100755 --- a/src/install.sh +++ b/src/install.sh @@ -29,9 +29,3 @@ fi # Disable joystick as a mouse in X # cp 11-joy.conf /usr/share/X11/xorg.conf.d -# -# Create link to new joystick driver for gsportx -# -if [ ! -e /dev/js0 ] ; then - ln -s /dev/input/js0 /dev/js0 -fi