#!/bin/sh -e

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

db_version 2.0

db_input medium openmosix/config_instructions || true
db_go

db_stop

exit 0
