Skip to content

Commit 0e3cae9

Browse files
committed
dkms: Detect errors on install/uninstall
Signed-off-by: Kai Krakow <[email protected]>
1 parent 48f4b11 commit 0e3cae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hid-xpadneo/dkms.post_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22

33
#TODO Remove ERTM after kernel patch is deployed in the wild
44
ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf"

hid-xpadneo/dkms.post_remove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22

33
#TODO Remove ERTM after kernel patch is deployed in the wild
44
ERTM_OVERRIDE="/etc/modprobe.d/99-xpadneo-bluetooth.conf"

0 commit comments

Comments
 (0)