diff options
Diffstat (limited to 'system/iproute2/iproute2.post-install')
-rw-r--r-- | system/iproute2/iproute2.post-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/iproute2/iproute2.post-install b/system/iproute2/iproute2.post-install deleted file mode 100644 index 36d567ea2..000000000 --- a/system/iproute2/iproute2.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -if [ "$(readlink /bin/ip)" = "/bin/busybox" ]; then - rm -f /bin/ip -fi -exit 0 |