summaryrefslogtreecommitdiff
path: root/debian/echolot.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/echolot.postrm')
-rwxr-xr-xdebian/echolot.postrm1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/echolot.postrm b/debian/echolot.postrm
index a1627c2..f39acb8 100755
--- a/debian/echolot.postrm
+++ b/debian/echolot.postrm
@@ -6,6 +6,7 @@ case "$1" in
purge)
rm -rf /var/lib/echolot
rm -rf /var/log/echolot
+ rm -rf /var/run/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