#!/bin/sh

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