diff --git a/.conda/post-link.sh b/.conda/post-link.sh
index a8e4d3b04d729c50706fead20e59d3699d063575..e4a04effd28c68806bfa0245cff733b51dc99f53 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 ${PREFIX}/bin 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 664ab5de2b130ea14ca662f8df45eca1a6e1af32..f925f8295c4a2992231e94694b4df6b7bdeec9ac 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 ${PREFIX}/bin atlasquery atlasq imcp immv imglob
+if [ -e ${FSLDIR}/etc/fslconf/requestFSLpythonUnlink.sh ]; then 
+    $FSLDIR/etc/fslconf/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
 fi