#!/usr/bin/make -f
#
# Univention Firewall
#  rules file for the debian package
#
# SPDX-FileCopyrightText: 2007-2026 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

override_dh_installsystemd:
	dh_installsystemd --restart-after-upgrade

%:
	dh $@ --with ucr
