From 31e13833fb64cad64920921c6ef12619dc68f753 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Aug 2023 22:17:09 +0200 Subject: remove dbconfig support from Debian package as per DD40 --- debian/sync-httpd.postrm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/sync-httpd.postrm') diff --git a/debian/sync-httpd.postrm b/debian/sync-httpd.postrm index 79934a8..31cd456 100644 --- a/debian/sync-httpd.postrm +++ b/debian/sync-httpd.postrm @@ -6,11 +6,6 @@ if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi -if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then - . /usr/share/dbconfig-common/dpkg/postrm.pgsql - dbc_go sync-httpd "$@" -fi - case "${1}" in purge) rm -rf /var/lib/sync/httpd/ -- cgit v1.2.3