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.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php
index 4b9fcef..cf920f9 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -14,5 +14,9 @@
if(file_exists("/usr/local/www/fred.png"))
unlink("/usr/local/www/fred.png");
if(file_exists("/usr/local/www/dfuife.cgi"))
- unlink("/usr/local/www/dfuife.cgi");
+ unlink("/usr/local/www/dfuife.cgi");
+
+ if($g['platform'] == "pfSense")
+ touch("/conf/needs_package_sync");
+
?> \ No newline at end of file
OpenPOWER on IntegriCloud