claws-mail.install 235 B

1234567891011
  1. post_upgrade() {
  2. if [ "`vercmp $2 4.0.0`" -lt 0 ]; then
  3. cat << _EOF
  4. >>> If you are upgrading from the GTK+ 2 version to the GTK+ 3 version
  5. >>> of Claws Mail, you will need to reload any plugins that you want to use.
  6. _EOF
  7. fi
  8. }