if [ "$1" = "purge" -a -x /usr/sbin/update-metainit ] ; then
	/usr/sbin/update-metainit --remove #SCRIPT# --purge >/dev/null || #ERROR_HANDLER#
fi
