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