DEBSOURCES
Skip Quicknav
sources / bind9 / 1%3A9.3.4-2etch6 / debian / postrm
123456789
#!/bin/sh if [ "$1" = "purge" ] then rm -f /etc/bind/rndc.key /etc/default/bind9 rmdir /etc/bind >/dev/null 2>&1 || true fi #DEBHELPER#