From 1103cc2d299a0f29631f9f5322d93efcca8098c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 19:44:13 +0200 Subject: Adding debian version 2:2.3.7-1+deb11u1. Signed-off-by: Daniel Baumann --- debian/cryptsetup.postrm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/cryptsetup.postrm (limited to 'debian/cryptsetup.postrm') diff --git a/debian/cryptsetup.postrm b/debian/cryptsetup.postrm new file mode 100644 index 0000000..1ae8a22 --- /dev/null +++ b/debian/cryptsetup.postrm @@ -0,0 +1,15 @@ +#! /bin/sh + +set -e + +case "$1" in + remove) + for file in cryptdisks_start cryptdisks_stop; do + if [ -L /usr/sbin/$file ]; then + rm /usr/sbin/$file + fi + done + ;; +esac + +#DEBHELPER# -- cgit v1.2.3