diff options
| -rw-r--r-- | debian/sitesummary.prerm | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/sitesummary.prerm b/debian/sitesummary.prerm index 1d1a181..dd54993 100644 --- a/debian/sitesummary.prerm +++ b/debian/sitesummary.prerm @@ -4,9 +4,8 @@ set -e  case "$1" in      remove) -        # Enable it on fresh installations as before Apache 2.4.  Check for -        # cgi.load existence to avoid trying to configure when installed after -        # apache2 is unpacked but not yet configured (bug #760084). +        # Disable configuration if Apache 2.4 is installed, to avoid +        # breaking Apache due to a danling symlink (Bug  #785215).          if [ -z "$2" ] && \              [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then              . /usr/share/apache2/apache2-maintscript-helper  | 
