summaryrefslogtreecommitdiff
path: root/debian/downtimed.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/downtimed.postrm')
-rw-r--r--debian/downtimed.postrm9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/downtimed.postrm b/debian/downtimed.postrm
new file mode 100644
index 0000000..2df367a
--- /dev/null
+++ b/debian/downtimed.postrm
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "purge" ]; then
+ rm -Rf /var/lib/downtimed/*
+fi
+
+#DEBHELPER#