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