summaryrefslogtreecommitdiff
path: root/debian/sync-httpd.postrm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:35 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 22:11:32 +0200
commit67d9eff0193a5ebc360a4200fa560d883177068f (patch)
treeb24e8ee3382b95ba7fdf2f9f8e46749701cd9900 /debian/sync-httpd.postrm
parente03d7255f55b517f174b1f0157a5d9e6c55f23ff (diff)
downloadsync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.gz
sync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.bz2
sync-67d9eff0193a5ebc360a4200fa560d883177068f.zip
fix debian package, in particular DB setup
Diffstat (limited to 'debian/sync-httpd.postrm')
-rw-r--r--debian/sync-httpd.postrm1
1 files changed, 1 insertions, 0 deletions
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)
;;