From de9d4f83d68c461aa6f03f42a2199d9a36700f16 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Tue, 2 May 2023 14:40:29 +0100 Subject: [PATCH] Wrap update_fsl_package --- post-link.sh | 2 +- pre-unlink.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post-link.sh b/post-link.sh index 26f8b4d..289e2c6 100644 --- a/post-link.sh +++ b/post-link.sh @@ -1,3 +1,3 @@ if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then - ${FSLDIR}/share/fsl/sbin/createFSLWrapper fslversion update_fsl_release + ${FSLDIR}/share/fsl/sbin/createFSLWrapper fslversion update_fsl_release update_fsl_package fi diff --git a/pre-unlink.sh b/pre-unlink.sh index e45ed3c..7c6256f 100644 --- a/pre-unlink.sh +++ b/pre-unlink.sh @@ -1,3 +1,3 @@ if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then - ${FSLDIR}/share/fsl/sbin/removeFSLWrapper fslversion update_fsl_release + ${FSLDIR}/share/fsl/sbin/removeFSLWrapper fslversion update_fsl_release update_fsl_package fi -- GitLab