aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/90-NetworkManager
blob: c4d69fec8a52156a16a5cca8edc6715b998bd33f (plain)
1
2
3
4
5
6
7
8
# 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