remove md5sum file after successful download
[10.03/openwrt.git] / scripts / download.pl
index a3a5f09..cbe1934 100755 (executable)
@@ -45,6 +45,7 @@ sub download
        
        unlink "$target/$filename";
        system("mv \"$target/$filename.dl\" \"$target/$filename\"");
+       cleanup();
 }
 
 sub cleanup