Skip to content

Commit

Permalink
- Implement clean deinstallation
Browse files Browse the repository at this point in the history
PR:		203466
Submitted by:	amdmi3
Approved by:	maintainer timeout (ashish, 2 weeks)
  • Loading branch information
AMDmi3 committed Oct 23, 2015
1 parent fb0ae5e commit b9b7555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dns/pdnsd/pkg-deinstall
@@ -0,0 +1,6 @@
#!/bin/sh
PDNSDB=/var/db/pdnsd

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

0 comments on commit b9b7555

Please sign in to comment.