From 67d9eff0193a5ebc360a4200fa560d883177068f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Jun 2022 22:09:35 +0200 Subject: fix debian package, in particular DB setup --- debian/sync-httpd.postrm | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/sync-httpd.postrm') diff --git a/debian/sync-httpd.postrm b/debian/sync-httpd.postrm index 1cd85bc..79934a8 100644 --- a/debian/sync-httpd.postrm +++ b/debian/sync-httpd.postrm @@ -14,6 +14,7 @@ fi case "${1}" in purge) rm -rf /var/lib/sync/httpd/ + rm -f /etc/sync/override.conf ;; remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear) ;; -- cgit v1.2.3