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