[longomatch] Fix debian postinstall script. Needs to call 'ldconfig /usr/lib/longomatch'
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Fix debian postinstall script. Needs to call 'ldconfig /usr/lib/longomatch'
- Date: Thu, 17 Sep 2009 17:50:57 +0000 (UTC)
commit 43e08f0f5d7b5944e4dbd112c1e15dcf48d38774
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Sep 17 19:45:14 2009 +0200
Fix debian postinstall script. Needs to call 'ldconfig /usr/lib/longomatch'
to get the shared libarries correctly installed
debian/longomatch.postinst | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/debian/longomatch.postinst b/debian/longomatch.postinst
new file mode 100755
index 0000000..11fa3c0
--- /dev/null
+++ b/debian/longomatch.postinst
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+if [ "$1" = "configure" ]; then
+ ldconfig /usr/lib/longomatch
+fi
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]