	#!/bin/sh
	# check if we are on real system
	if [ -z "${IPKG_INSTROOT}" ]; then
		echo "Removing rc.d symlink for entrance_stand"
		/etc/init.d/entrance_stand disable
	fi
	echo 'removeing entrance_stand'
	exit 0
