X-Git-Url: http://git.home-dn.net/?p=manu%2Fmod-proxy-html.git;a=blobdiff_plain;f=debian%2Fpostinst;h=4643d74f629ecb2be5b340b2d858bd478d375f8a;hp=2373cd4ff9c7a416b5b3d1381bb38ccffbc781bc;hb=c242c0c9941559d96d2e566e61d2cd7e3fcd12d9;hpb=f21c8b17c9159f17d9aa40455e15cb4561f64962 diff --git a/debian/postinst b/debian/postinst index 2373cd4..4643d74 100644 --- a/debian/postinst +++ b/debian/postinst @@ -33,7 +33,7 @@ case "$1" in if [ -n "$2" ]; then if [ -e /etc/apache2/mods-enabled/proxy_html.load ]; then # We must reenable this module to enable the new configuration file - if [ dpkg --compare-versions "3.0.0-1" lt "$2" ]; then + if dpkg --compare-versions "3.0.0-1" lt "$2" ; then a2dismod proxy_html >/dev/null || true a2enmod proxy_html >/dev/null || true fi