Added Debian packages: pazpar2-apache2 and pazpar2-test1. The former
[pazpar2-moved-to-github.git] / debian / pazpar2-apache2.postinst
1 #!/bin/sh
2 set -e
3 if [ ! -f /etc/apache2/mods-enabled/proxy_http.load ]; then
4         a2enmod proxy_http
5 fi
6
7 exit 0