#!/bin/sh
set -e

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

#DEBHELPER#
