updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / php-openid / php-openid.install
blob323c779b00bdfe4df6459bd05d1abc88484a1692
1 pre_install() {
2         /bin/true
5 post_install() {
6         echo You need to perform the following steps to complete installation:
7         echo \(taken from /usr/lib/php-openid/README\)
8         echo 1. Enable either the GMP extension or Bcmath extension. \(GMP is STRONGLY recommended because it\'s MUCH faster!\)  This is required.
9         echo 2. Enable the CURL extension.
10         echo 3. If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID data, you\'ll need PEAR DB.  You can install this by running this as root:
11         echo    \# pear install DB
12         echo You\'ll also need to install and enable the appropriate PHP database extension.  Alternatively, you can store OpenID data on the filesystem instead of using a relational database.  Nothing special is required for using the filesystem method.
13         /bin/true
16 pre_upgrade() {
17         /bin/true
20 post_upgrade() {
21         /bin/true
24 pre_remove() {
25         /bin/true
28 post_remove() {
29         /bin/true