X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2eab8bf09fe2408cd22f7ca16ce32476b7905f28..988b1ea28d929f00ee01d59737af9eaa240478da:/openwrt/scripts/download.pl diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index a3a5f09d9..cbe19348e 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