summaryrefslogtreecommitdiff
path: root/nonprism/claws-mail/claws-mail.install
blob: ecdcf289dd897745b8b7ee53473713247d118cad (plain)
1
2
3
4
5
6
7
8
9
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
}