From 52025f7136b3f80c80bf8dc72196c115af51d34a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 14 Oct 2008 21:27:08 -0700 Subject: [PATCH] Disable the new module name --- debian/libapache2-mod-shib2.prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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# -- 2.1.4