#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	chmod 755 /etc/init.d/adbyby_ram >/dev/null 2>&1
	/etc/init.d/adbyby_ram enable >/dev/null 2>&1
fi
exit 0
