updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / sshgate-client / install
blobb1538e6ded467d5447fb3ed49b28eecc39075211
1 post_install() {
2 cat << EOF
3 ==> Don't forget to add this to your ~/.ssh/config :
4 ==> Host sshgate
5 ==>     User sshgate_user
6 ==>     IdentityFile sshgate_sshkey
7 ==>     HostName sshgate_host
8 ==> You must replace sshgate_* with corresponding values
9 ==>
10 ==> To enable autocompletion of hostnames in sshg and scpg
11 ==> Please add this line to you .bashrc :
12 ==> . /usr/share/sshgate-client/bash_completion
13 ==>
14 EOF
17 post_upgrade() {
18 post_install