post_install() {
    # Fix ownership of smtpctl for old systems
    systemd-sysusers /usr/lib/sysusers.d/opensmtpd.conf
    chgrp smtpq /usr/bin/smtpctl
    chmod 2555 /usr/bin/smtpctl
}

post_upgrade() {
    post_install
}
