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