#!/bin/sh set -e # Automatically added by dh_installdeb/13.24.2 dpkg-maintscript-helper mv_conffile /etc/apache2/conf.d/gitweb /etc/apache2/conf-available/gitweb.conf 1:2.1.4-2\~ -- "$@" # End automatically added section # Automatically added by dh_apache2/UNDECLARED if [ "$1" = "purge" ] ; then if true; then if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper for conf in gitweb ; do apache2_invoke disconf $conf || exit 1 done fi fi fi # End automatically added section