X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-apache2-config.git/blobdiff_plain/212c619459536299f59b00b9dfeca42f5bed14c4..9fe2c4e54ca4fcc5473f1482294a16d2cd7824a8:/debian/hcoop-apache2-config.postinst diff --git a/debian/hcoop-apache2-config.postinst b/debian/hcoop-apache2-config.postinst index 171f173..4448d88 100644 --- a/debian/hcoop-apache2-config.postinst +++ b/debian/hcoop-apache2-config.postinst @@ -18,7 +18,8 @@ set -e # the debian-policy package -HCOOP_APACHE_MODULES="dav dav_fs dav_lock proxy proxy_http rewrite suexec suphp waklog" +# make sure to keep in sync with prerm +HCOOP_APACHE_MODULES="auth_kerb cache dav dav_fs dav_lock disk_cache expires include mime_magic negotiation proxy proxy_http rewrite ssl status suexec suphp waklog" case "$1" in configure) @@ -31,7 +32,7 @@ case "$1" in HCOOP_ENABLE_FAILED=0 for mod in $HCOOP_APACHE_MODULES; do - if [ ! -e "/etc/apache2/modules-enabled/${mod}.conf" ]; then + if [ ! -e "/etc/apache2/modules-enabled/${mod}.load" ]; then HCOOP_ENABLED_FAILED=1 fi done