diff options
author | Fahim | 2014-12-08 16:19:23 +0530 |
---|---|---|
committer | Fahim | 2014-12-08 16:19:23 +0530 |
commit | 4091c0299d01e7b0a44ceb4a7760771d7ae1f858 (patch) | |
tree | 3d47339b36faae2c0be7389a74e8c86831569541 /installFreeEDA.sh | |
parent | a2fcd504370e2922420075d44668eaa452cc1168 (diff) | |
download | FreeEDA-4091c0299d01e7b0a44ceb4a7760771d7ae1f858.tar.gz FreeEDA-4091c0299d01e7b0a44ceb4a7760771d7ae1f858.tar.bz2 FreeEDA-4091c0299d01e7b0a44ceb4a7760771d7ae1f858.zip |
Subject: FreeEDA uninstallation script
Description: Written uninstallation script for FreeEDA.
Diffstat (limited to 'installFreeEDA.sh')
-rwxr-xr-x | installFreeEDA.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installFreeEDA.sh b/installFreeEDA.sh index c8d61f1..eef4406 100755 --- a/installFreeEDA.sh +++ b/installFreeEDA.sh @@ -344,6 +344,11 @@ function import_kicad_lib() { import_kicad_lib +#Storing installation directory location of FreeEDA + +echo $installDir > installed_location + + echo "Installation completed" |