diff options
author | Jože Zobec <jozze.zepl@gmail.com> | 2012-12-18 00:22:52 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-18 00:23:15 +0100 |
commit | d09d9f85a046796effdac096e59dc703a91ace18 (patch) | |
tree | 40ce64a490170c7aeb0d0298c23bbd2eae018a92 /academic/root/doinst.sh | |
parent | 528caab66f31c8e9960d0c6494736c83c431716c (diff) |
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 <ponce@slackbuilds.org>
Diffstat (limited to 'academic/root/doinst.sh')
-rw-r--r-- | academic/root/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/root/doinst.sh b/academic/root/doinst.sh new file mode 100644 index 0000000000000..7a4c9ed06a6df --- /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 |