Revision dfdc44a6
Added by Scott Ullrich over 16 years ago
tmp/post_upgrade_command.php | ||
---|---|---|
16 | 16 |
if(file_exists("/usr/local/www/dfuife.cgi")) |
17 | 17 |
unlink("/usr/local/www/dfuife.cgi"); |
18 | 18 |
|
19 |
if($g['platform'] == "pfSense") |
|
20 |
touch("/conf/needs_package_sync"); |
|
19 |
// Needed for major freebsd upgrades (ex: 6.X -> 7.x) |
|
20 |
//if($g['platform'] == "pfSense") |
|
21 |
// touch("/conf/needs_package_sync"); |
|
21 | 22 |
|
22 | 23 |
?> |
Also available in: Unified diff
Turn off package reinstall now that we are established on the 7.X platform.