From fd2a71afa250971640da685604c7f17ef1897560 Mon Sep 17 00:00:00 2001 From: "Lucas C. Villa Real" Date: Thu, 12 Oct 2017 11:33:49 -0300 Subject: Delete temporary archives after installing them. --- bin/ThirdPartyInstaller | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller index ba2dcdc..bb57445 100755 --- a/bin/ThirdPartyInstaller +++ b/bin/ThirdPartyInstaller @@ -501,7 +501,6 @@ flatteninglevel=$(determine_flattening_level) for i in $(seq 0 $inputfilescount) do inputfile="${inputfiles[$i]}" - inputfile_is_tmpfile=$(Is_URL "${inputfiles_[$i]}") Log_Normal "Processing $(basename $inputfile)" prepare_program_entry "$inputfile" @@ -512,7 +511,7 @@ do populate_resources "$inputfile" Quiet popd - if [ "$inputfile_is_tmpfile" ] + if Is_URL "${inputfiles_[$i]}" then rm -f -- "$inputfile" fi done -- cgit v1.1