From 0e3cae986d066fc7d89fea214608265171b625e4 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 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"