#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] && exit 0
/etc/init.d/relayway-cored stop 2>/dev/null
/etc/init.d/relayway stop 2>/dev/null
exit 0
