summaryrefslogtreecommitdiffstats
path: root/testing/iproute2/iproute2.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-23 16:09:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-23 16:09:38 +0000
commita3b37e16fd90c75a484db83358b80139b7e0f565 (patch)
treea717cc41c273c754aaf4f8c314649c93defd710a /testing/iproute2/iproute2.post-install
parentc10851d3261a20fb22c256dd1eb8079b6e6891d3 (diff)
downloadaports-a3b37e16fd90c75a484db83358b80139b7e0f565.tar.bz2
aports-a3b37e16fd90c75a484db83358b80139b7e0f565.tar.xz
testing/iproute2: test of xfrm mark patch
I had to rebase the patch
Diffstat (limited to 'testing/iproute2/iproute2.post-install')
-rw-r--r--testing/iproute2/iproute2.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/iproute2/iproute2.post-install b/testing/iproute2/iproute2.post-install
new file mode 100644
index 00000000..36d567ea
--- /dev/null
+++ b/testing/iproute2/iproute2.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "$(readlink /bin/ip)" = "/bin/busybox" ]; then
+ rm -f /bin/ip
+fi
+exit 0