#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	deluser --system --quiet Debian_tvoe || true
fi
