#!/bin/sh set -e #DEBHELPER# case "$1" in configure) start -v apps/distfoldd || : ;; esac exit 0