#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/zapret2 stop
	/etc/init.d/zapret2 disable
}
exit 0
