From 8f11780d335bb8e19bcaddebe111173e0025e76b Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Wed, 7 Feb 2018 16:50:32 +0000
Subject: [PATCH] Moved scripts

---
 .conda/post-link.sh  | 4 ++--
 .conda/pre-unlink.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.conda/post-link.sh b/.conda/post-link.sh
index 475617f1a..e4a04effd 100755
--- a/.conda/post-link.sh
+++ b/.conda/post-link.sh
@@ -1,4 +1,4 @@
-if [ -e ${FSLDIR}/bin/requestFSLpythonLink.sh ]; then 
-    $FSLDIR/bin/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
+if [ -e ${FSLDIR}/etc/fslconf/requestFSLpythonLink.sh ]; then 
+    $FSLDIR/etc/fslconf/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
 fi
 
diff --git a/.conda/pre-unlink.sh b/.conda/pre-unlink.sh
index a27c6c5c4..f925f8295 100755
--- a/.conda/pre-unlink.sh
+++ b/.conda/pre-unlink.sh
@@ -1,3 +1,3 @@
-if [ -e ${FSLDIR}/bin/requestFSLpythonUnlink.sh ]; then 
-    $FSLDIR/bin/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
+if [ -e ${FSLDIR}/etc/fslconf/requestFSLpythonUnlink.sh ]; then 
+    $FSLDIR/etc/fslconf/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
 fi
-- 
GitLab