2017-07-06 23:59:35 +02:00
|
|
|
#!/usr/bin/with-contenv sh
|
|
|
|
|
|
|
|
|
|
# Make sure to have a defined set of PHP binaries,
|
|
|
|
|
# regardless of how the package maintainer(s) named those.
|
|
|
|
|
|
2023-06-13 16:22:04 -04:00
|
|
|
rm -f /usr/bin/php
|
2017-10-05 12:27:55 +02:00
|
|
|
ln -s /usr/bin/php7 /usr/bin/php
|
|
|
|
|
|
2023-06-13 16:22:04 -04:00
|
|
|
rm -f /usr/sbin/php-fpm
|
2017-10-05 12:27:55 +02:00
|
|
|
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm
|