diff --git a/hid-xpadneo/dkms.post_install b/hid-xpadneo/dkms.post_install index 519d2776..583684db 100755 --- a/hid-xpadneo/dkms.post_install +++ b/hid-xpadneo/dkms.post_install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e #TODO Remove ERTM after kernel patch is deployed in the wild ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf" diff --git a/hid-xpadneo/dkms.post_remove b/hid-xpadneo/dkms.post_remove index 42b74ca9..f74d52f0 100755 --- a/hid-xpadneo/dkms.post_remove +++ b/hid-xpadneo/dkms.post_remove @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e #TODO Remove ERTM after kernel patch is deployed in the wild ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf"