#!/bin/sh -e

# use debconf
. /usr/share/debconf/confmodule

# title
db_title 'Configuring atokx installer'

db_input high atokx2/archive_dir || true
db_go || true
