aports/testing/iproute2/iproute2.post-install
Natanael Copa a3b37e16fd testing/iproute2: test of xfrm mark patch
I had to rebase the patch
2010-02-23 16:09:38 +00:00

7 lines
88 B
Bash

#!/bin/sh
if [ "$(readlink /bin/ip)" = "/bin/busybox" ]; then
rm -f /bin/ip
fi
exit 0