aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns/pdns.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'community/pdns/pdns.post-deinstall')
-rw-r--r--community/pdns/pdns.post-deinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/pdns/pdns.post-deinstall b/community/pdns/pdns.post-deinstall
new file mode 100644
index 0000000000..f1efa16090
--- /dev/null
+++ b/community/pdns/pdns.post-deinstall
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+deluser pdns 2>/dev/null
+exit 0