summaryrefslogtreecommitdiff
path: root/debian/downtimed.postrm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-09 16:07:43 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-09 16:07:43 +0200
commite2e46d2bb990cadab12dc1e8852eb9ab69fe6d66 (patch)
treebc1508af51148324cb298167150ce7a51fc2071a /debian/downtimed.postrm
parent819a9ab222da57d6064a7cc9ad3e2c9ff0ef2f82 (diff)
New Maintainer
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#