From b4d5fe774639ad11be42f0822470c38b324d2e73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Nov 2021 15:24:44 +0100 Subject: Also removing config file stub when exiting debconf build script. Signed-off-by: Daniel Baumann --- share/build-scripts/debconf.d/0001-preseed-file | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/build-scripts/debconf.d/0001-preseed-file b/share/build-scripts/debconf.d/0001-preseed-file index 33f5427..c1a311d 100755 --- a/share/build-scripts/debconf.d/0001-preseed-file +++ b/share/build-scripts/debconf.d/0001-preseed-file @@ -23,6 +23,7 @@ PROJECT="open-infrastructure" SOFTWARE="compute-tools" PROGRAM="container" +CONFIG="/etc/${SOFTWARE}/config" DEBCONF="/etc/${SOFTWARE}/debconf" DEBCONF_NOWARNINGS="true" @@ -79,6 +80,7 @@ then ;; exit) + rm -f "${CONFIG}/${NAME}.conf" exit 1 ;; -- cgit v1.2.3