# Unfortunately, we can not assume that bin:s6-helper package
# is installed at postrm time.
if [ -z "${DPKG_ROOT:-}" ] && [ -x /usr/lib/s6-helper/s6-helper ]; then
	SCRIPT='#SCRIPT#' ERROR_HANDLER='#ERROR_HANDLER#' \
		/usr/lib/s6-helper/s6-helper postrm "$@"
fi
