updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / php-gtk-svn / php-gtk.install
blobf32450041e964f15d06dbcadb005140356df8734
1 post_install() {
2   echo '
3     ==> PHP-GTK configuration file
5     A special .ini file has been installed to /etc/php/php-gtk.ini. Make sure 
6     all your php-gtk applications use that configuration file, and not the
7     default one.
9     For example, you can specify the ini file to load with:
11         php -c /etc/php/php-gtk.ini /path/to/app.phpg
12     '
14   echo '
15     ==> PHP-GTK extensions
17     A few extensions have been included in this package, but none of them is
18     enabled by default. Additional dependencies must be satisfied for each.
20     To enable a PHP-GTK extension, verify that its dependencies are installed
21     and then add it to the php-gtk.extensions array (multiple extensions must
22     be separated by commas) in /etc/php/php-gtk.ini.
24     The format is:
26         php-gtk.extensions = "php_gtk2_foo.so, php_gtk2_bar.so, ..."
27     '
30 post_upgrade() {
31   post_install $1
34 # vim:set ts=2 sw=2 et: