1# Hook for NetworkManager-0.7.0 2# NOTE: NetworkManager will override the script dhcpcd calls, so this hook 3# only makes sense if NetworkManager is patched NOT to override the 4# script dhcpcd would call. 5 6if [ -x /usr/libexec/nm-dhcp-client.action ]; then 7 /usr/libexec/nm-dhcp-client.action 8fi 9