diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-12-02 00:34:27 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-12-02 15:24:03 -0500 |
commit | 8b2a3caa9e71f31e0e1730625e359b503d893a5a (patch) | |
tree | b24dbfed14095bd018ed19d37f75c0ddee2deca1 /nonprism/claws-mail/claws-mail.install | |
parent | 6ccbb9fada87a5a9cf07c8e8542049f167696239 (diff) | |
download | abslibre-8b2a3caa9e71f31e0e1730625e359b503d893a5a.tar.gz abslibre-8b2a3caa9e71f31e0e1730625e359b503d893a5a.tar.bz2 abslibre-8b2a3caa9e71f31e0e1730625e359b503d893a5a.zip |
[claws-mail]: upgrade to v4.0.0
Diffstat (limited to 'nonprism/claws-mail/claws-mail.install')
-rw-r--r-- | nonprism/claws-mail/claws-mail.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nonprism/claws-mail/claws-mail.install b/nonprism/claws-mail/claws-mail.install new file mode 100644 index 000000000..ecdcf289d --- /dev/null +++ b/nonprism/claws-mail/claws-mail.install @@ -0,0 +1,10 @@ +post_upgrade() { + if [ "`vercmp $2 4.0.0`" -lt 0 ]; then + +cat << _EOF + >>> If you are upgrading from the GTK+ 2 version to the GTK+ 3 version + >>> of Claws Mail, you will need to reload any plugins that you want to use. +_EOF + + fi +} |