diff --git a/hid-xpadneo/dkms.post_install b/hid-xpadneo/dkms.post_install index 50001f7e..bdefec51 100755 --- a/hid-xpadneo/dkms.post_install +++ b/hid-xpadneo/dkms.post_install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf" DISABLE_ERTM="/sys/module/bluetooth/parameters/disable_ertm" diff --git a/hid-xpadneo/dkms.post_remove b/hid-xpadneo/dkms.post_remove index 7b6003ea..7398e918 100755 --- a/hid-xpadneo/dkms.post_remove +++ b/hid-xpadneo/dkms.post_remove @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf"