diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:27:55 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:41 +0200 |
commit | 491699eedbb5602516126bc2819ab65f78a76996 (patch) | |
tree | d73a25267e6536092ac1c98a3cf55365d2273552 /goobook.install | |
download | pkgbuilds-491699eedbb5602516126bc2819ab65f78a76996.tar.xz |
goobook-git: import
Diffstat (limited to 'goobook.install')
-rw-r--r-- | goobook.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/goobook.install b/goobook.install new file mode 100644 index 0000000..546fa88 --- /dev/null +++ b/goobook.install @@ -0,0 +1,16 @@ +## arg 1: the new package version +post_install() { +cat <<End-of-message + + Configuration: For most users it will be enough to add an entry to your .netrc: + machine google.com + login your@google.email + password secret + + To get access to more settings you can create a .goobookrc in your home directory: + (You can print a template to STDOUT with 'goobook config-template') + + If you are upgrading from an older version, delete .goobook_cache and run 'goobook reload' to regenerate the cache. The cache format has changed. + +End-of-message +} |