#!/bin/sh
# postinst script for dbeacon

set -e
if [ $1 = 'configure' ]; then
	adduser --force-badname --system --no-create-home --home /nonexistent Debian-dbeacon
fi


#DEBHELPER#

exit 0
