#!/bin/sh
# check if we are on real system
if [ -z "${IPKG_INSTROOT}" ]; then
     /etc/init.d/adbyby_ram disable
     /etc/init.d/adbyby_ram stop
fi
exit 0
