mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
10 lines
343 B
Text
10 lines
343 B
Text
post_install() {
|
|
echo ">>>"
|
|
echo ">>> To complete the installation you should edit /etc/php/php.ini."
|
|
echo ">>> Add / to the open_basedir list."
|
|
echo ">>>"
|
|
echo ">>> EXAMPLE:"
|
|
echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
|
|
echo ">>>"
|
|
echo ">>> To enable the GUI make sure you install php-gtk from aur"
|
|
}
|