#!/bin/sh
set -e

installinit_error() {
	exit $?
}

#DEBHELPER#

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