freebsd-ports/dns/pdnsd/pkg-deinstall

7 lines
97 B
Text
Raw Normal View History

#!/bin/sh
PDNSDB=/var/db/pdnsd
if [ "$2" = "DEINSTALL" ] ; then
rm -f ${PDNSDB}/pdnsd.cache
fi