#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
	a2enmod auth_pubtkt || exit 0
fi
#DEBHELPER#
