summaryrefslogtreecommitdiff
path: root/debian/echolot.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/echolot.postrm')
-rwxr-xr-xdebian/echolot.postrm3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/echolot.postrm b/debian/echolot.postrm
index ea9b021..a1627c2 100755
--- a/debian/echolot.postrm
+++ b/debian/echolot.postrm
@@ -4,7 +4,8 @@
case "$1" in
purge)
- rm -rf /var/lib/echolot/*
+ rm -rf /var/lib/echolot
+ rm -rf /var/log/echolot
rmdir /etc/echolot/templates 2>/dev/null || true
rmdir /etc/echolot 2>/dev/null || true
dpkg-statoverride --remove /var/run/echolot >/dev/null 2>&1 || true