#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/breeze-core stop 2>/dev/null; /etc/init.d/breeze-core disable 2>/dev/null; }
exit 0
