summaryrefslogtreecommitdiff
path: root/system/iproute2/iproute2.post-install
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2019-08-01 22:20:13 -0500
committerSamuel Holland <samuel@sholland.org>2019-08-01 22:25:09 -0500
commita4bf8c0b7d41663aee20f8064c920e653eb820e1 (patch)
treed29f090f794573cccd1cce75054684d1e0d8bb28 /system/iproute2/iproute2.post-install
parentaddcb5d4b2d24c7927c597d156f5a31a3df2ab31 (diff)
downloadpackages-a4bf8c0b7d41663aee20f8064c920e653eb820e1.tar.gz
packages-a4bf8c0b7d41663aee20f8064c920e653eb820e1.tar.bz2
packages-a4bf8c0b7d41663aee20f8064c920e653eb820e1.tar.xz
packages-a4bf8c0b7d41663aee20f8064c920e653eb820e1.zip
system/iproute2: Remove obsolete post-install script
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'system/iproute2/iproute2.post-install')
-rw-r--r--system/iproute2/iproute2.post-install6
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