aboutsummaryrefslogtreecommitdiff
path: root/dns/pdnsd/pkg-deinstall
blob: e967aebc1268604ee311b1e3752b39ee456226bf (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
PDNSDB=/var/db/pdnsd

if [ "$2" = "DEINSTALL" ] ; then
	rm -f ${PDNSDB}/pdnsd.cache
fi