diff options
author | Erich Eckner <git@eckner.net> | 2019-02-20 11:37:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-20 11:37:22 +0100 |
commit | 433981c961938cab3262e4a9bf6aded1911bdc5d (patch) | |
tree | 418455073976057c62c605f5a3e2649c0b09bb6d /topal/topal.install | |
parent | eb8a5718746a04e64b53bbd1b733cedd6d02b1f2 (diff) | |
download | archlinuxewe-433981c961938cab3262e4a9bf6aded1911bdc5d.tar.xz |
topal neu
Diffstat (limited to 'topal/topal.install')
-rw-r--r-- | topal/topal.install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/topal/topal.install b/topal/topal.install new file mode 100644 index 000000000..a531234c8 --- /dev/null +++ b/topal/topal.install @@ -0,0 +1,19 @@ +post_install() { +cat << _EOF + +==> topal installation notes: + ---------------------------------------- + Topal was mainly developed for the Alpine mailer, and it offers + facilities to encrypt, decrypt, sign and verify e-mail. But Alpine + can't work with MIME RFC2015/3156 multipart/signed and encrypted + messages on its own. If you would like to have multipart e-mail + support check both "alpine-2.00" patches provided in the topal + tarball and build your own alpine package applying both. + +_EOF + +} + +post_upgrade() { + post_install +} |