summarylogtreecommitdiffstats
path: root/rds-cli.install
blob: 96b06f9dac9103b68aa07fdfe2ce2289d41622c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "For each user,"
  echo "create a file ~/.rds.conf with
        AWSAccessKeyId=<Write your AWS access ID>
        AWSSecretKey=<Write your AWS secret key>"
  echo "Example: cp -p '/usr/share/doc/rds-cli/credential-file-path.template' ~/.rds.conf"
  echo
  echo "For instructions: less /usr/share/doc/rds-cli/README.TXT"
}

post_upgrade() {
  post_install
}