#! /bin/sh
set -e

case $1 in
    configure)
        adduser --no-create-home --home /nonexistent --group --system --quiet yubihsm-connector
        ;;
esac

#DEBHELPER#

exit 0
