diff options
author | Matt Smith <mcs@darkregion.net> | 2011-03-29 23:41:13 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-03-29 23:41:13 -0500 |
commit | 49897f4bda22343113903a5dd26d0e42aab54a80 (patch) | |
tree | 2079d324b5b0b920afef906ffcc4fe1df1818825 /main/pdnsd/pdnsd.post-deinstall | |
parent | 4346c9975804621d2e276ef1a12c0695dce71eb1 (diff) | |
download | aports-49897f4bda22343113903a5dd26d0e42aab54a80.tar.bz2 aports-49897f4bda22343113903a5dd26d0e42aab54a80.tar.xz |
main/pdnsd: moved from testing
Diffstat (limited to 'main/pdnsd/pdnsd.post-deinstall')
-rw-r--r-- | main/pdnsd/pdnsd.post-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/pdnsd/pdnsd.post-deinstall b/main/pdnsd/pdnsd.post-deinstall new file mode 100644 index 0000000000..f5cb9e80cb --- /dev/null +++ b/main/pdnsd/pdnsd.post-deinstall @@ -0,0 +1,4 @@ +#!/bin/sh + +deluser pdnsd 2>/dev/null +exit 0 |