Skip to content

Commit

Permalink
dkms: Detect errors on install/uninstall
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Apr 30, 2022
1 parent 74ea7c1 commit 7231f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hid-xpadneo/dkms.post_install
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hid-xpadneo/dkms.post_remove
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7231f59

Please sign in to comment.