mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
44d5881f69
PR: 203466 Submitted by: amdmi3 Approved by: maintainer timeout (ashish, 2 weeks)
7 lines
97 B
Bash
7 lines
97 B
Bash
#!/bin/sh
|
|
PDNSDB=/var/db/pdnsd
|
|
|
|
if [ "$2" = "DEINSTALL" ] ; then
|
|
rm -f ${PDNSDB}/pdnsd.cache
|
|
fi
|