repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
php-ssh
/
php-ssh.install
blob
40d8f07cd44af2968011d6b1d258102304b2c8ef
1
# arg 1: the new package version
2
post_install() {
3
echo "
4
PHP-SSH2 Instructions:
5
6
After installing PHP-SSH2 you need to add the following to you php.ini:
7
8
extension=ssh2.so
9
10
Somewhere close to the bottom where all the other extensions are.
11
12
Good luck!
13
"
14
/bin/true
15
}
16
17
op=$1
18
shift
19
$op $*