[Pkg-openldap-devel] [openldap] 03/07: nuke files orphaned by libldap2-tls on install, so that running ldconfig doesn't break our symlinks. Closes: #309485.
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:33:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.1.30-10
in repository openldap.
commit 3f4e3d21370b49518fae330fac5ab5ca8df5aa55
Author: Steve Langasek <vorlon at debian.org>
Date: Wed May 18 04:57:06 2005 +0000
nuke files orphaned by libldap2-tls on install, so that running ldconfig
doesn't break our symlinks.
Closes: #309485.
---
debian/changelog | 9 +++++++++
debian/libldap2.postinst | 8 ++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index aed8ecf..540d9fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openldap2 (2.1.30-8) unstable; urgency=low
+
+ * Steve Langasek <vorlon at debian.org>
+ + debian/libldap2.postinst: nuke files orphaned by libldap2-tls on
+ install, so that running ldconfig doesn't break our symlinks.
+ Closes: #309485.
+
+ -- Steve Langasek <vorlon at debian.org> Tue, 17 May 2005 21:50:22 -0700
+
openldap2 (2.1.30-7) unstable; urgency=high
* Stephen Frost <sfrost at debian.org>
diff --git a/debian/libldap2.postinst b/debian/libldap2.postinst
new file mode 100644
index 0000000..b1cfb1e
--- /dev/null
+++ b/debian/libldap2.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]; then
+ rm -f /usr/lib/libldap.so.2.0.15 /usr/lib/libldap_r.so.2.0.15 \
+ /usr/lib/liblber.so.2.0.15
+fi
+
+#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list