#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	adduser --system --quiet --ingroup video --no-create-home --force-badname \
		Debian-tvoe --home /run/tvoe --disabled-password
fi

#DEBHELPER#
