#!/bin/sh
set -e

. /usr/share/debconf/confmodule
db_version 2.0

package=daemontools

db_input high $package/fhs || true
db_go


