From 4f0770f3df78ecd5dcaefbd214f7a1415366bca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:33:51 +0200 Subject: Adding debian version 2.4.56-1~deb11u2. 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