#!/bin/sh

set -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_input critical virtualbox-ext-pack/license || true
db_go
