From: Felix Fietkau Date: Sat, 19 Mar 2005 23:52:32 +0000 (+0000) Subject: remove md5sum file after successful download X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ac1590a74038b6db3fda516b36ead3c665c6cf40 remove md5sum file after successful download SVN-Revision: 394 --- diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index a3a5f09d9e..cbe19348e2 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -45,6 +45,7 @@ sub download unlink "$target/$filename"; system("mv \"$target/$filename.dl\" \"$target/$filename\""); + cleanup(); } sub cleanup