]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Finalize.sh
*** empty log message ***
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Finalize.sh
index b1e24bafc7b4039238897fe4865380e6f9625ac4..537795e4b46ccec5214f41c6fbae658bc63b660d 100644 (file)
@@ -55,29 +55,14 @@ else
    echo export LD_LIBRARY_PATH='$'LD_LIBRARY_PATH:$VTK_DIR    >> $installPrefixThird/share/creatools_third_party_library_config.sh
 fi
 
-#                                 done in scripts/CreaTools-configure.sh // JPR
-#  case "$OperatingSystem" in
-#  Fedora)
-#     export ETC_BASHRC=$HOME/.bashrc
-#     ;;
-#  Ubuntu)
-#     export ETC_BASHRC=$HOME/.bashrc
-#     ;;
-#  MacOS)
-#     export ETC_BASHRC=$HOME/.profile
-#     ;;
-#  esac
-
    sed -i -e '/.*installPrefixThird*/ d' $ETC_BASHRC
    sed -i -e '/.*creatools_third_party_library_config.*/ d' $ETC_BASHRC
 
-
 # - add line 'bash $installPrefixThird/share/creatools_third_party_library_config.sh' (with accurate value for ???)
 
 echo "====================================================ETC_BASHRC "  $ETC_BASHRC 
 echo installPrefixThird=$installPrefixThird >> $ETC_BASHRC
 echo '[ -f "$installPrefixThird/share/creatools_third_party_library_config.sh" ] &&  source $installPrefixThird/share/creatools_third_party_library_config.sh' >> $ETC_BASHRC 
 
-
 chown -R $loginUserName  $generationdir
 chgrp -R $loginGroupName $generationdir