default_post_install &&

# make random device for chrooting:
[ -d /etc/bind/dev        ] || mkdir /etc/bind/dev
[ -e /etc/bind/dev/random ] || mknod /etc/bind/dev/random c 1 8
