From ea1c99f54794207edd2663bc56d4c65eb3c54389 Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Fri, 4 Feb 2022 20:03:41 +0100
Subject: [PATCH] patches/dmraid: our patches got applied

---
 patches/dmraid | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100755 patches/dmraid

diff --git a/patches/dmraid b/patches/dmraid
deleted file mode 100755
index 1b6af6b..0000000
--- a/patches/dmraid
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-set -e
-# see Debian bugs #996954, #962300, #990188
-patch -p1 << 'EOF'
-diff -Nru dmraid-1.0.0.rc16/debian/dmraid.postinst dmraid-1.0.0.rc16/debian/dmraid.postinst
---- dmraid-1.0.0.rc16/debian/dmraid.postinst	2017-08-30 23:28:37.000000000 +0200
-+++ dmraid-1.0.0.rc16/debian/dmraid.postinst	2021-12-26 15:45:13.000000000 +0100
-@@ -9,7 +9,7 @@
- 	    update-initramfs -u
-     fi
-     # Activate existing arrays now.
--    udevadm trigger --subsystem-match=block --action=change
-+    udevadm trigger --subsystem-match=block --action=change || true
- 
-     if [ -f /etc/init.d/dmraid ]; then
-   	update-rc.d -f dmraid remove
-EOF
-- 
GitLab