[299402] Extract properties files from Eclipse project update sites for translation
diff --git a/html/process_update_sites.php b/html/process_update_sites.php
index 21a4265..db64c2f 100644
--- a/html/process_update_sites.php
+++ b/html/process_update_sites.php
@@ -179,6 +179,10 @@
 }
 echo "Done deactivating " . sizeof($files) . " inactive properties files in all projects above\n\n";
 
+if (is_dir($temp_unzips_dir)) {
+  exec("rm -rf $temp_unzips_dir");
+}
+
 if ($headless) {
   $User = null;
 }