From f45c8361c3ef881d67f56c4a3851e3122c5b62fc Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 20 May 2019 16:07:53 +0200 Subject: [PATCH] when removing package include proper files --- debian/template/postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/template/postrm b/debian/template/postrm index 983af376b2..aa589403c0 100644 --- a/debian/template/postrm +++ b/debian/template/postrm @@ -14,6 +14,7 @@ log "Running postrm" $1 $2; set -e if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then + . /usr/share/debconf/confmodule . /usr/share/dbconfig-common/dpkg/postrm.pgsql dbc_go minerva $@ fi -- GitLab