summaryrefslogtreecommitdiffstats
path: root/testing/nsd/nsd.post-deinstall
diff options
context:
space:
mode:
authorMatt Smith <msmith@alpinelinux.org>2011-03-14 19:39:04 +0000
committerMatt Smith <msmith@alpinelinux.org>2011-03-14 19:41:16 +0000
commit308055d78a64ac0cb8d870f79095cbbca6dedcd3 (patch)
tree334cd8d984837eec8595724bbdad2d046950a595 /testing/nsd/nsd.post-deinstall
parent4fd3d2a136027fb7051af2c4a11f3d4fd8c20824 (diff)
downloadaports-308055d78a64ac0cb8d870f79095cbbca6dedcd3.tar.bz2
aports-308055d78a64ac0cb8d870f79095cbbca6dedcd3.tar.xz
testing/nsd: new aport
NSD is an authoritative only, high performance, simple and open source name server. http://www.nlnetlabs.nl/projects/nsd/
Diffstat (limited to 'testing/nsd/nsd.post-deinstall')
-rw-r--r--testing/nsd/nsd.post-deinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/nsd/nsd.post-deinstall b/testing/nsd/nsd.post-deinstall
new file mode 100644
index 000000000..4d5fc4093
--- /dev/null
+++ b/testing/nsd/nsd.post-deinstall
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+deluser nsd 2>/dev/null
+exit 0