From bd144274742b514752491be997e910bf2aaaeb08 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Tue, 11 May 2021 22:54:49 +0200 Subject: [PATCH] debconf to the front od postinst --- debian/postinst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/postinst b/debian/postinst index e1f51d8..8b39c78 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,6 +5,10 @@ set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx +# Load debconf +. /usr/share/debconf/confmodule +db_version 2.0 + # Load CARNET Tools . /usr/share/carnet-tools/functions.sh @@ -47,9 +51,4 @@ EOF fi update-locale fi - -# Load debconf -. /usr/share/debconf/confmodule -db_version 2.0 - #DEBHELPER# -- 1.7.10.4