#!/bin/sh # Source debconf library . /usr/share/debconf/confmodule # Ask for a hostname db_input high gophernicus/fqdn || true db_go # Clear old config on reconfigure if [ "$1" = "reconfigure" ]; then update-inetd --remove "## gopher" fi