From: nbd Date: Sat, 19 Mar 2005 23:52:32 +0000 (+0000) Subject: remove md5sum file after successful download X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b7f006cdab078b95ddb8585750c71877946490df remove md5sum file after successful download git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@394 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/download.pl b/scripts/download.pl index a3a5f09d9..cbe19348e 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