From ff08e7c5c521b52a3bb2f54ee073bd50c38c08b5 Mon Sep 17 00:00:00 2001 From: atar-axis Date: Wed, 15 May 2019 16:01:04 +0200 Subject: [PATCH] removed .sh udev copy --- hid-xpadneo/dkms.post_install | 1 - 1 file changed, 1 deletion(-) diff --git a/hid-xpadneo/dkms.post_install b/hid-xpadneo/dkms.post_install index 8c66722f..2906e7e7 100755 --- a/hid-xpadneo/dkms.post_install +++ b/hid-xpadneo/dkms.post_install @@ -7,5 +7,4 @@ echo "y" > /sys/module/bluetooth/parameters/disable_ertm echo "Installing UDEV rule to automatically bind xpadneo (necessary on kernel < 4.16 and >= 4.20)..." cp ./src/udev_rules/99-xpadneo.rules /etc/udev/rules.d/ -cp ./src/udev_rules/xpadneo.sh /etc/udev/rules.d/ udevadm control --reload # not necessary, we do it anyway