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