#!/bin/sh
# 4115067

TARG="$3"

if [ ! -e "$TARG/usr/bin/bspatch_apple" ] ; then
	echo "restoring bspatch_apple symlink"
	cd "$TARG/usr/bin"
	/bin/ln -s bspatch bspatch_apple
fi
