From c282b6ef4ade6066855154859a809af25c3dd844 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Wed, 24 Mar 2021 22:11:44 +0100 Subject: [PATCH] dkms: Detect errors on install/uninstall Signed-off-by: Kai Krakow --- hid-xpadneo/dkms.post_install | 2 +- hid-xpadneo/dkms.post_remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"