remove md5sum file after successful download

SVN-Revision: 394
owl
Felix Fietkau 2005-03-19 23:52:32 +00:00
parent 23c5ad78e7
commit c536f5793e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ sub download
unlink "$target/$filename";
system("mv \"$target/$filename.dl\" \"$target/$filename\"");
cleanup();
}
sub cleanup