summaryrefslogtreecommitdiff
path: root/topal/topal.install
diff options
context:
space:
mode:
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
+}