diff options
Diffstat (limited to 'debian/sitesummary.postinst')
-rw-r--r-- | debian/sitesummary.postinst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst index a3301bf..4a2ed69 100644 --- a/debian/sitesummary.postinst +++ b/debian/sitesummary.postinst @@ -41,17 +41,6 @@ EOF case "$1" in configure) - - # Adjust to the new config location, in - # /etc/apache2/conf.d/sitesummary - if [ -f /etc/apache2/sites-available/sitesummary ] ; then - if [ -f /etc/apache2/sites-enabled//sitesummary ] && - [ -x /usr/sbin/a2dissite ] ; then - a2dissite sitesummary - fi - rm /etc/apache2/sites-available/sitesummary - fi - # Enable it on fresh installations as before Apache 2.4. if [ -z "$2" ] && \ [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then |