From: Russ Allbery Date: Wed, 15 Oct 2008 04:27:08 +0000 (-0700) Subject: Disable the new module name X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=52025f7136b3f80c80bf8dc72196c115af51d34a;p=shibboleth%2Fsp.git Disable the new module name --- diff --git a/debian/libapache2-mod-shib2.prerm b/debian/libapache2-mod-shib2.prerm index f7fef59..5b086be 100755 --- a/debian/libapache2-mod-shib2.prerm +++ b/debian/libapache2-mod-shib2.prerm @@ -3,7 +3,7 @@ set -e if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then - a2dismod shib || true + a2dismod shib2 || true fi #DEBHELPER#