#!/bin/sh case "$1" in configure) update-rc.d subhosts defaults || true ;; *) : ;; esac