updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / php-ssh / php-ssh.install
blob40d8f07cd44af2968011d6b1d258102304b2c8ef
1 # arg 1:  the new package version
2 post_install() {
3   echo "
4 PHP-SSH2 Instructions:
6 After installing PHP-SSH2 you need to add the following to you php.ini:
8 extension=ssh2.so
10 Somewhere close to the bottom where all the other extensions are.
12 Good luck!
14   /bin/true
17 op=$1
18 shift
19 $op $*