#!/bin/sh

set -e

if [ "$1" = configure ] ; then
    id -u _rpc >/dev/null 2>&1 || adduser --allow-bad-names --system --stdoutmsglevel=warn --home /run/rpcbind --no-create-home _rpc
fi

#DEBHELPER#
