aboutsummaryrefslogtreecommitdiffstats
path: root/debian/sitesummary.postinst
blob: fad658a1f0efb7a1f7a8ff2645843ee208688040 (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 [ /etc/apache2/sites-available/sitesummary ]; then
    a2dissite sitesummary
    rm /etc/apache2/sites-available/sitesummary
fi

#DEBHELPER#