[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-58-g988635c

Russ Allbery rra at debian.org
Thu Jun 26 00:20:49 UTC 2008


The following commit has been merged in the debian branch:
commit e4cb37164dce5ec1ab7e0e38f9a0e3d39196e835
Author: Russ Allbery <rra at debian.org>
Date:   Wed Jun 25 17:20:28 2008 -0700

    Unregister the shib module on package removal

diff --git a/debian/libapache2-mod-shib2.prerm b/debian/libapache2-mod-shib2.prerm
new file mode 100755
index 0000000..f7fef59
--- /dev/null
+++ b/debian/libapache2-mod-shib2.prerm
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
+    a2dismod shib || true
+fi
+
+#DEBHELPER#
+
+exit 0

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list