#!/bin/sh # ifdown hook script for resolvconf # Written by Roy Marples under the BSD-2 license [ -x /sbin/resolvconf ] || exit 0 [ "$METHOD" = dhcp ] && /sbin/resolvconf -f -d "$IFACE" /sbin/resolvconf -f -d "$IFACE"