[Lunar-commits] <moonbase> kdelibs4: Make use of the new ld related functions.

Moritz Heiber moe at lunar-linux.org
Sun Mar 9 14:49:15 CET 2008


commit f4082404b2d48d42aa45ec195accab46880c08ca
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Sun Mar 9 14:49:15 2008 +0100

    kdelibs4: Make use of the new ld related functions.
---
 kde4/base/kdelibs4/POST_INSTALL |    3 +++
 kde4/base/kdelibs4/POST_REMOVE  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde4/base/kdelibs4/POST_INSTALL b/kde4/base/kdelibs4/POST_INSTALL
new file mode 100644
index 0000000..85f4644
--- /dev/null
+++ b/kde4/base/kdelibs4/POST_INSTALL
@@ -0,0 +1,3 @@
+# Add the library path to ld.so.conf
+
+ld_add ${MODULE_PREFIX}/lib
diff --git a/kde4/base/kdelibs4/POST_REMOVE b/kde4/base/kdelibs4/POST_REMOVE
new file mode 100644
index 0000000..74600ac
--- /dev/null
+++ b/kde4/base/kdelibs4/POST_REMOVE
@@ -0,0 +1,3 @@
+# Remove the ld.so.conf statement
+
+ld_remove ${MODULE_PREFIX}/lib


More information about the Lunar-commits mailing list