summaryrefslogtreecommitdiff
path: root/topal/topal.install
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-20 11:37:22 +0100
committerErich Eckner <git@eckner.net>2019-02-20 11:37:22 +0100
commit433981c961938cab3262e4a9bf6aded1911bdc5d (patch)
tree418455073976057c62c605f5a3e2649c0b09bb6d /topal/topal.install
parenteb8a5718746a04e64b53bbd1b733cedd6d02b1f2 (diff)
downloadarchlinuxewe.git.save-433981c961938cab3262e4a9bf6aded1911bdc5d.tar.xz
topal neu
Diffstat (limited to 'topal/topal.install')
-rw-r--r--topal/topal.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/topal/topal.install b/topal/topal.install
new file mode 100644
index 00000000..a531234c
--- /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
+}