#!/bin/sh
# prerm script for dbeacon

set -e

if [ $1 = 'remove' ]; then
	deluser Debian-dbeacon
fi

#DEBHELPER#

exit 0
