Clean up extracted directories too

This commit is contained in:
the-sane 2022-10-17 16:44:40 -04:00
parent 7426d0ffb3
commit dc648a8f6f

View File

@ -1176,6 +1176,7 @@ download_install() {
# Cleanup tmp download # Cleanup tmp download
debug_print continue "Cleaning up $tmp_dir/$download_file..." debug_print continue "Cleaning up $tmp_dir/$download_file..."
rm "$tmp_dir/$download_file" rm "$tmp_dir/$download_file"
rm -r "$tmp_dir/$download_name"
} }
# List available items for download # List available items for download