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