summaryrefslogtreecommitdiffstats
path: root/tmp/post_upgrade_command.php
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/post_upgrade_command.php')
-rwxr-xr-xtmp/post_upgrade_command.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php
index 5cbc8be..14c0d63 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -24,10 +24,5 @@
system("echo \"Adding serial port settings ({$newslicedir})...\" >> /conf/upgrade_log.txt");
setup_serial_port("upgrade", $newslicedir);
-
- $files_to_process = file("/etc/pfSense.obsoletedfiles");
- foreach($files_to_process as $filename)
- if(file_exists($filename))
- exec("/bin/rm -f $filename");
?>
OpenPOWER on IntegriCloud