summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-23 14:24:36 -0200
committerRenato Botelho <renato@netgate.com>2015-10-23 15:22:02 -0200
commit3beae1fb0a0ce23a9fd63503de4d794651877b02 (patch)
tree90ff09fc806c86fea173cbc97985376a708a1c55 /src
parent8aba7e9edadf38359fcb3b06f42b87ee479e1b8a (diff)
downloadpfsense-3beae1fb0a0ce23a9fd63503de4d794651877b02.zip
pfsense-3beae1fb0a0ce23a9fd63503de4d794651877b02.tar.gz
These files are not being created anymore, we don't need to remove them
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 8530d8a..69b90f4 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -418,10 +418,6 @@ if ($_GET) {
break;
}
- // Delete all temporary package tarballs and staging areas.
- unlink_if_exists("/tmp/apkg_*");
- rmdir_recursive("/var/tmp/instmp*");
-
// close log
if ($fd_log) {
fclose($fd_log);
OpenPOWER on IntegriCloud