X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FCreaTools-uninstall.sh;h=815bba795e5b734c49790cf0e1d98317b71fb51d;hb=1e09b8dbf8310a1a53d02e67256f12a6c0424aa7;hp=b58c94e0b2a5d4d68d95e78d2a86bec8c9351240;hpb=3c024174bf9f93ec9339f59b98982975f0c6ef08;p=creaToolsTools.git diff --git a/Linux/scripts/CreaTools-uninstall.sh b/Linux/scripts/CreaTools-uninstall.sh index b58c94e..815bba7 100644 --- a/Linux/scripts/CreaTools-uninstall.sh +++ b/Linux/scripts/CreaTools-uninstall.sh @@ -1,8 +1,32 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Santé) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ + + #!/bin/bash -echo "in uninstall" -if [ $UID = 0 ] -then + echo "in uninstall" +# if [ $UID = 0 ] +# then # Set all local variables source $PWD/scripts/CreaTools-configure.sh @@ -68,26 +92,39 @@ rm -rf creaMaracasVisu cd ../lib # this one is riskless +echo "rm lib's" rm -rf creatools cd ../share # this one is riskless + echo "rm share's" rm -rf bbtk creaImageIO creaNewProject creaContours creaMaracasVisu rm -f creatools_base_library_config.sh + + #if [ ! -f /etc/bashrc ] + #then + # export ETC_BASHRC="/etc/bash.bashrc" + #else + # export ETC_BASHRC="/etc/bashrc" + #fi + # echo "revert $ETC_BASHRC to previous value" # revert /etc/bashrc to previous value - # - remove line 'sh $installPrefix/creatools_install/share/creatools_base_party_libraries_config.sh' - sed -i -e '/.*creatools_base_library_config.*/ d' /etc/bashrc + # - remove line 'bash $installPrefix/creatools_install/share/creatools_base_party_libraries_config.sh' + #sed -i -e '/.*creatools_base_library_config.*/ d' $ETC_BASHRC + +echo "revert $HOME/.bashrc to previous value" +sed -i -e '/.*creatools_base_library_config.*/ d' $HOME/.bashrc -else - echo - echo "..ERROR.." - echo "===================================================" - echo "REMEMBER !" - echo "" - echo "YOU NEED TO RUN THIS ONE AS root" - echo "===================================================" - echo - echo -fi +#else +# echo +# echo "..ERROR.." +# echo "===================================================" +# echo "REMEMBER !" +# echo "" +# echo "YOU NEED TO RUN THIS ONE AS root" +# echo "===================================================" +# echo +# echo +#fi