summarylogtreecommitdiffstats
path: root/rds-cli.install
diff options
context:
space:
mode:
Diffstat (limited to 'rds-cli.install')
-rw-r--r--rds-cli.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/rds-cli.install b/rds-cli.install
new file mode 100644
index 000000000000..96b06f9dac91
--- /dev/null
+++ b/rds-cli.install
@@ -0,0 +1,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
+}