PKGBUILDs/community/phoronix-test-suite/phoronix-test-suite.install
2009-10-09 21:15:33 -05:00

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"
}