# 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 ] && [ -e /var/run/dbus/system_bus_socket ]; then
	/usr/libexec/nm-dhcp-client.action
fi
