#! /bin/sh
# SPDX-License-Identifier: AGPL-3.0
# Copyright (C) 2004-2021 Univention GmbH

set -e

if [ "$1" = "purge" ]; then
	rm -rf /etc/univention/ssl;
fi

#DEBHELPER#

