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