X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FCreaTools-uninstall.sh;h=815bba795e5b734c49790cf0e1d98317b71fb51d;hb=74c39dff7bad2a793f7dbad0b1636e0ca12fe514;hp=e174801b8ca22eb086940aa1a386558e6fb6dcfc;hpb=47d4e383c9faa5e107276b234e1f801b2313bee3;p=creaToolsTools.git diff --git a/Linux/scripts/CreaTools-uninstall.sh b/Linux/scripts/CreaTools-uninstall.sh index e174801..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,40 +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 - echo - echo "You are probabely running under UBUNTU OS ?" - echo "Troubles expected!" - echo - echo "Hit any key to continue"scripts/CreaTools-uninstall.sh - read a - echo export ETC_BASHRC="/etc/bash.bashrc" -else - echo export ETC_BASHRC="/etc/bashrc" -fi - + #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 'bash $installPrefix/creatools_install/share/creatools_base_party_libraries_config.sh' - sed -i -e '/.*creatools_base_library_config.*/ d' $ETC_BASHRC + #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