[Pkg-mono-svn-commits] [SCM] mod-mono branch, master, updated. debian/2.6.3-4-15-gc9047b3

Jo Shields directhex at apebox.org
Sun Mar 20 23:18:28 UTC 2011


The following commit has been merged in the master branch:
commit 750d2c38f9cb7533c6e1b6d0575b6c306c9a3c00
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Mar 20 23:11:44 2011 +0000

    Ensure we disable both possible versions of mod_mono when removing the package, otherwise mod_mono_auto might be kept

diff --git a/debian/libapache2-mod-mono.prerm b/debian/libapache2-mod-mono.prerm
index 5ca571b..4e63dd3 100644
--- a/debian/libapache2-mod-mono.prerm
+++ b/debian/libapache2-mod-mono.prerm
@@ -10,6 +10,7 @@ fi
 
 if [ -e /etc/apache2/apache2.conf ]; then
 	/usr/sbin/a2dismod mod_mono || true
+	/usr/sbin/a2dismod mod_mono_auto || true
 fi
 
 exit 0

-- 
mod-mono



More information about the Pkg-mono-svn-commits mailing list