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#