From edee58e75c1715e38c92b310bf8d996cc4951f78 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 16:14:45 +0200 Subject: Adding debian version 4+nmu1. Signed-off-by: Daniel Baumann --- debian/cryptsetup-nuke-password.preinst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/cryptsetup-nuke-password.preinst (limited to 'debian/cryptsetup-nuke-password.preinst') diff --git a/debian/cryptsetup-nuke-password.preinst b/debian/cryptsetup-nuke-password.preinst new file mode 100644 index 0000000..7836282 --- /dev/null +++ b/debian/cryptsetup-nuke-password.preinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "install" ]; then + dpkg-divert --rename --package cryptsetup-nuke-password \ + --divert /lib/cryptsetup/askpass.cryptsetup \ + --add /lib/cryptsetup/askpass +fi + +#DEBHELPER# -- cgit v1.2.3