From c9cf025fadfe043f0f2f679e10d1207d8a158bb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:01:31 +0200 Subject: Adding debian version 2.4.57-2. Signed-off-by: Daniel Baumann --- debian/apache2-doc.postrm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/apache2-doc.postrm (limited to 'debian/apache2-doc.postrm') diff --git a/debian/apache2-doc.postrm b/debian/apache2-doc.postrm new file mode 100644 index 0000000..d35dca8 --- /dev/null +++ b/debian/apache2-doc.postrm @@ -0,0 +1,18 @@ +#! /bin/sh + +set -e + +# This code should use dh_apache2 once it is available as build dependency + +if [ "$1" = "purge" ] ; then + if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then + . /usr/share/apache2/apache2-maintscript-helper + apache2_invoke disconf apache2-doc || true + + fi +fi + + +#DEBHELPER# + +exit 0 -- cgit v1.2.3