From 7aef72de6dd0108b7d932b7e01c91c365055c5df Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:46:43 +0200 Subject: Adding debian version 2.12.1-1. Signed-off-by: Daniel Baumann --- debian/icingaweb2-common.postrm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/icingaweb2-common.postrm (limited to 'debian/icingaweb2-common.postrm') diff --git a/debian/icingaweb2-common.postrm b/debian/icingaweb2-common.postrm new file mode 100644 index 0000000..b41342f --- /dev/null +++ b/debian/icingaweb2-common.postrm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +# cleanup on purge +if [ "$1" = "purge" ]; then + rm -rf /etc/icingaweb2 + rm -rf /var/lib/icingaweb2 + rm -rf /var/log/icingaweb2 +fi + +#DEBHELPER# -- cgit v1.2.3