#!/bin/sh

# /bin/install has moved to /usr/bin/install, but we need remove old link
if [ -L /bin/install ] && [ "$(readlink /bin/install)" = "/bin/busybox" ]; then
	rm /bin/install
fi

# We need the symlinks early
exec /bin/busybox --install -s