From 227565c652d19df96efa75c2f785ea4dabe91223 Mon Sep 17 00:00:00 2001 From: Arno Töll Date: Mon, 9 Jan 2012 20:22:00 +0100 Subject: Rename old debhelper configuration files making room for shiny new stuff. Let's sort out later what is still usable. Ditto for patches. --- debian/apache2.postinst | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 debian/apache2.postinst (limited to 'debian/apache2.postinst') diff --git a/debian/apache2.postinst b/debian/apache2.postinst deleted file mode 100644 index 1dc45eac..00000000 --- a/debian/apache2.postinst +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -set -e - -if [ "$1" != "configure" ]; then - exit 0 -fi - -# postinst for apache2, apache2-prefork-dev, apache2-threaded-dev - -P=apache2 -if dpkg --compare-versions "$2" lt 2.2.11-5~ ; then - DOCDIR=/usr/share/doc/$P - if [ ! -h $DOCDIR -a -d $DOCDIR ] ; then - rmdir $DOCDIR 2> /dev/null && ln -s apache2.2-common $DOCDIR - fi -fi - -#DEBHELPER# - -exit 0 -- cgit v1.2.3