#! /bin/sh set -e case "$1" in configure) chown root:citadel /usr/sbin/sendmail chmod 04755 /usr/sbin/sendmail ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "$0: didn't understand being called with \`$1'" 1>&2 exit 0;; esac #DEBHELPER# exit 0