diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-05 07:03:25 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-05 07:06:35 -0500 |
commit | 2bf9528b2e0f8350fbd20976efdce0bafb3e4b33 (patch) | |
tree | bb4e916718d167a53465c0d7d2ab1d6b23ab644a /testing/pdns/pdns.post-deinstall | |
parent | dcd1f5b67f797d77535a5c9ab53bad11819da64a (diff) | |
download | aports-2bf9528b2e0f8350fbd20976efdce0bafb3e4b33.tar.bz2 aports-2bf9528b2e0f8350fbd20976efdce0bafb3e4b33.tar.xz |
testing/pdns: new aport
PowerDNS Authoritative Server
http://www.powerdns.com/
Diffstat (limited to 'testing/pdns/pdns.post-deinstall')
-rw-r--r-- | testing/pdns/pdns.post-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/pdns/pdns.post-deinstall b/testing/pdns/pdns.post-deinstall new file mode 100644 index 0000000000..f1efa16090 --- /dev/null +++ b/testing/pdns/pdns.post-deinstall @@ -0,0 +1,4 @@ +#!/bin/sh + +deluser pdns 2>/dev/null +exit 0 |