blob: c4d69fec8a52156a16a5cca8edc6715b998bd33f [file] [log] [blame]
# Hook for NetworkManager-0.7.0
# NOTE: NetworkManager will override the script dhcpcd calls, so this hook
# only makes sense if NetworkManager is patched NOT to override the
# script dhcpcd would call.
if [ -x /usr/libexec/nm-dhcp-client.action ]; then
/usr/libexec/nm-dhcp-client.action
fi