# update_chrooted hook. If resolvconf is present, then do nothing: it has own hook.

case "${reason}" in
BOUND|REBIND|REBOOT|TIMEOUT|IPV4LL) [ -x /sbin/resolvconf ] || /sbin/update_chrooted conf;;
esac
