From d09d9f85a046796effdac096e59dc703a91ace18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Zobec?= Date: Tue, 18 Dec 2012 00:22:52 +0100 Subject: academic/root: Added (data analysis framework). (changed PREFIX from /usr to /usr/ROOT -with profile.d scripts and ld.so.conf- moved python stuff, use system libs --ponce) Signed-off-by: Matteo Bernardini --- academic/root/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 academic/root/doinst.sh (limited to 'academic/root/doinst.sh') diff --git a/academic/root/doinst.sh b/academic/root/doinst.sh new file mode 100644 index 0000000000..7a4c9ed06a --- /dev/null +++ b/academic/root/doinst.sh @@ -0,0 +1,4 @@ +if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then + echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf + /sbin/ldconfig +fi -- cgit v1.2.3