#!/usr/bin/execlineb -P
ifelse -n { test -x /usr/sbin/resolvconf } { exit 0 }
foreground { rm -f /run/resolvconf/resolv.conf /run/resolvconf/enable-updates /run/resolvconf/postponed-update }
foreground { rm -rf /run/resolvconf/interface }
foreground { install -d -m 755 /run/resolvconf/interface }
foreground { touch /run/resolvconf/postponed-update }
exec /usr/sbin/resolvconf --enable-updates
