updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / awl / awl.install
blob2dd9efb82a97d9c82694388398da25d0e59007b0
1 post_install() {
2   echo ""
3   echo "===================================================="
4   echo ""
5   echo "This package includes a bunch of web libraries, mostly"
6   echo "written by Andrew McMillan, and mostly used by PHP things"
7   echo "that he wrote."
8   echo ""
9   echo "They are supposed to be fairly lightweight, and they are"
10   echo "intended to simplify things rather than complexify them."
11   echo ""
12   echo "To use them, you will need to add the path into your PHP"
13   echo "application.  The recommended way is to do this inside"
14   echo "the Apache virtual host, like so:"
15   echo ""
16   echo "  php_value include_path ../inc:/usr/share/awl/inc"
17   echo ""
18   echo "Which would include your applications inc directory"
19   echo "first, allowing it to override any AWL functionality"
20   echo "it wanted to."
21   echo ""
22   echo "Alternatively, add /usr/share/awl/inc under include_path"
23   echo "in your php.ini file for global availability"
24   echo "===================================================="
25   echo ""
28 post_upgrade() {
29   post_install