#!/bin/sh
set -e
if [ "$1" = "purge" ] || [ "$1" = "remove" ] ; then
	a2dismod auth_tkt || exit 0
fi
#DEBHELPER#
