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