#! /bin/sh -e

. /usr/share/debconf/confmodule

db_get yaboot-installer/skip
if [ "$RET" = true ]; then
	exit 1
fi

exit 0
