updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / aws / aws.install
blob4581578b091d81d525be390bf3ccb989a90ac365
1 post_install() {
2   echo "==> Copy /usr/share/aws/awssecret to your home folder as ~/.awssecret"
3   echo "  -> replace line 1 with your Access Key ID"
4   echo "  -> replace line 2 with your Secret Access Key"
5   echo "  -> chmod 600 ~/.awssecret"
6   echo "==> Copy /usr/share/aws/awsrc to your home folder as ~/.awsrc"
7   echo "  -> see http://timkay.com/aws/ for usage and configuration details"
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15         echo "==> Don't forget to remove ~/.awssecret if you haven't done so"