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