aboutsummaryrefslogtreecommitdiffstats
path: root/debian/sitesummary.postinst
blob: fed549c10b4fda82988e2b74fce4aba8acb6f7da (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# Adjust to the new config location, in /etc/apache2/conf.d/sitesummary
if [ -f /etc/apache2/sites-available/sitesummary ]; then
    a2dissite sitesummary
    rm /etc/apache2/sites-available/sitesummary
fi

#DEBHELPER#