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