mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-30 23:24:19 +00:00
Clean up extracted directories too
This commit is contained in:
parent
7426d0ffb3
commit
dc648a8f6f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user