summaryrefslogtreecommitdiff
path: root/packages/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'packages/debian/postrm')
-rwxr-xr-xpackages/debian/postrm6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/debian/postrm b/packages/debian/postrm
new file mode 100755
index 000000000..0699f2a47
--- /dev/null
+++ b/packages/debian/postrm
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+rm -rf /run/nDPId /run/nDPIsrvd
+deluser ndpid || true
+deluser ndpisrvd || true
+delgroup ndpisrvd-distributor || true