aports/testing/pdns/pdns.post-deinstall
Matt Smith 2bf9528b2e testing/pdns: new aport
PowerDNS Authoritative Server
http://www.powerdns.com/
2011-04-05 07:06:35 -05:00

5 lines
43 B
Bash

#!/bin/sh
deluser pdns 2>/dev/null
exit 0