#!/bin/sh -e if [ "$1" = configure ] ; then if ! getent passwd subauthd >/dev/null ; then adduser --system --group --disabled-login --home /nonexistent --no-create-home --gecos 'Sub-authentication daemon' subauthd fi chown subauthd.subauthd /var/lib/subauthd chmod 700 /var/lib/subauthd fi #DEBHELPER# exit 0