summaryrefslogtreecommitdiff
path: root/system/iproute2/iproute2.post-install
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-08-02 05:21:30 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-08-02 05:21:30 +0000
commitb7ff9f469ba23bf1b492c5dc14a40302e98ba72b (patch)
tree975f4167f80e38fa1a9c5b1c0e7769aab1f5759c /system/iproute2/iproute2.post-install
parentaddcb5d4b2d24c7927c597d156f5a31a3df2ab31 (diff)
parentf782f26af11f6d6ddc0074506f410d36409ebeae (diff)
downloadpackages-b7ff9f469ba23bf1b492c5dc14a40302e98ba72b.tar.gz
packages-b7ff9f469ba23bf1b492c5dc14a40302e98ba72b.tar.bz2
packages-b7ff9f469ba23bf1b492c5dc14a40302e98ba72b.tar.xz
packages-b7ff9f469ba23bf1b492c5dc14a40302e98ba72b.zip
Merge branch 'fixes' into 'master'
Small fixes to iproute2 and lvm2 See merge request adelie/packages!305
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