Index: head/dns/pdnsd/pkg-deinstall =================================================================== --- head/dns/pdnsd/pkg-deinstall (nonexistent) +++ head/dns/pdnsd/pkg-deinstall (revision 400033) @@ -0,0 +1,6 @@ +#!/bin/sh +PDNSDB=/var/db/pdnsd + +if [ "$2" = "DEINSTALL" ] ; then + rm -f ${PDNSDB}/pdnsd.cache +fi Property changes on: head/dns/pdnsd/pkg-deinstall ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property