aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/90-NetworkManager
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd-hooks/90-NetworkManager')
-rw-r--r--dhcpcd-hooks/90-NetworkManager8
1 files changed, 0 insertions, 8 deletions
diff --git a/dhcpcd-hooks/90-NetworkManager b/dhcpcd-hooks/90-NetworkManager
deleted file mode 100644
index c4d69fe..0000000
--- a/dhcpcd-hooks/90-NetworkManager
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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