summaryrefslogtreecommitdiff
path: root/debian/sync-httpd.prerm
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-04 22:17:09 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-04 22:17:09 +0200
commit31e13833fb64cad64920921c6ef12619dc68f753 (patch)
treebc4d494b6e69745613189a700e713fcfdfd5ae93 /debian/sync-httpd.prerm
parentc1789039c97f8a88c16f251abfd188800a554582 (diff)
downloadsync-31e13833fb64cad64920921c6ef12619dc68f753.tar.gz
sync-31e13833fb64cad64920921c6ef12619dc68f753.tar.bz2
sync-31e13833fb64cad64920921c6ef12619dc68f753.zip
remove dbconfig support from Debian package as per DD40
Diffstat (limited to 'debian/sync-httpd.prerm')
-rw-r--r--debian/sync-httpd.prerm11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/sync-httpd.prerm b/debian/sync-httpd.prerm
index 0c134b2..317d020 100644
--- a/debian/sync-httpd.prerm
+++ b/debian/sync-httpd.prerm
@@ -6,15 +6,4 @@ if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'sync-httpd.service' >/dev/null || true
fi
-if [ -f /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
-fi
-. /usr/share/dbconfig-common/dpkg/prerm
-
-if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then
- . /usr/share/dbconfig-common/dpkg/prerm.pgsql
- dbc_go sync-httpd "$@"
-fi
-
-db_stop
exit 0