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