From c6f2813116ac45f66e50b444806ae334823290bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:29:00 +0200 Subject: Adding debian version 0.10.0-2. Signed-off-by: Daniel Baumann --- debian/icingaweb2-module-reporting.postrm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 debian/icingaweb2-module-reporting.postrm (limited to 'debian/icingaweb2-module-reporting.postrm') diff --git a/debian/icingaweb2-module-reporting.postrm b/debian/icingaweb2-module-reporting.postrm new file mode 100755 index 0000000..50d4d57 --- /dev/null +++ b/debian/icingaweb2-module-reporting.postrm @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +MODULE="reporting" + +case ${1} in + remove) + rm -f "/etc/icingaweb2/enabledModules/${MODULE}" + ;; + + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument: \`${1}'." >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3