php: remove configuration transfer (would not work)

This commit is contained in:
Rémy 2017-03-23 00:55:33 +01:00
parent de9034d5a6
commit 5bfd9daff8

View File

@ -32,12 +32,6 @@
"PHP_INI_SCAN_DIR": "$data_dir\\conf"
},
"post_install": "
#Copy ini scan dir from old location before persistant update
if ((Test-Path \"$dir\\..\\conf\") -and !(Test-Path \"$data_dir\\conf\")) {
Write-Host 'We are moving your php configuration to scoop/data/php/conf'
mv \"$dir\\..\\conf\" \"$data_dir\\conf\"
}
#Copy PHP configuration file to expected location
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"