File: nsd.postrm

package info (click to toggle)
nsd 2.3.6-1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,268 kB
  • ctags: 1,840
  • sloc: ansic: 11,343; yacc: 742; makefile: 277; sh: 262; perl: 238
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$1" = "purge" ] ; then
	rm /var/lib/nsd/nsd.db
	rmdir --ignore-fail-on-non-empty /var/lib/nsd
fi

#DEBHELPER#