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

	echo 'entrance_stand installed successfully !'
	exit 0
