#!/bin/sh

set -e

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

db_input high itzks-systems-common/customer-name || true
db_go

