#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ] ; then
        deluser --quiet --system ajaxterm > /dev/null || true
fi

exit 0

