summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 23:52:32 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 23:52:32 +0000
commitd82546e8894d0078db22b4eab688e523e8adeb2d (patch)
tree27e94471609dc357ceac5f57ca2c46f2b192022a /openwrt
parent6c08446b38c59790e52e820cdf429e296cd84ef2 (diff)
remove md5sum file after successful download
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@394 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/scripts/download.pl1
1 files changed, 1 insertions, 0 deletions
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