From 77184b0c3dda10f3daabe1250a58a6b8c04a4a3d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 13 Dec 2021 14:24:40 +0100 Subject: Removing wrongly transformation of debconf boolean for dehydrated register. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-dehydrated-tools.postinst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/debian/open-infrastructure-dehydrated-tools.postinst b/debian/open-infrastructure-dehydrated-tools.postinst index 43f9bf9..9376f8c 100755 --- a/debian/open-infrastructure-dehydrated-tools.postinst +++ b/debian/open-infrastructure-dehydrated-tools.postinst @@ -99,16 +99,6 @@ case "${1}" in ;; esac - case "${REGISTER}" in - true) - REGISTER="yes" - ;; - - false) - REGISTER="no" - ;; - esac - case "${OCSP_FETCH}" in true) OCSP_FETCH="yes" -- cgit v1.2.3