diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2013-09-10 17:34:38 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2013-09-10 17:34:38 +0200 |
commit | 76fafe5e8bd99b345a7c7699447e4cc5d5382f19 (patch) | |
tree | f24b857fcafd7b4f448d7bfe33fd00c5a43500a4 /mutt-nntp/install | |
parent | f55f7bd5f67e0454a6fdea0df9814794355762f5 (diff) | |
download | arch-packages-76fafe5e8bd99b345a7c7699447e4cc5d5382f19.tar.gz |
add mutt-nntp
Diffstat (limited to 'mutt-nntp/install')
-rw-r--r-- | mutt-nntp/install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt-nntp/install b/mutt-nntp/install new file mode 100644 index 0000000..d65675c --- /dev/null +++ b/mutt-nntp/install @@ -0,0 +1,8 @@ +post_install() { + cat <<EOF + +==> For GPG support, add the following to your muttrc: +==> source /etc/Muttrc.gpg.dist + +EOF +} |