diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 23:52:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 23:52:32 +0000 |
commit | b7f006cdab078b95ddb8585750c71877946490df (patch) | |
tree | 4b392f3c0d93c4546371a2bda4e0a8aacda7694b /scripts | |
parent | 194c4b33bb8f8fcf891eeb9abd6df8bc28201754 (diff) |
remove md5sum file after successful download
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@394 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/download.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index a3a5f09d9e..cbe19348e2 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -45,6 +45,7 @@ sub download unlink "$target/$filename"; system("mv \"$target/$filename.dl\" \"$target/$filename\""); + cleanup(); } sub cleanup |