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

	echo 'alarm_stand installed successfully !'
	exit 0
