repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
claws-mail
/
repos
/
extra-x86_64
/
claws-mail.install
blob
ecdcf289dd897745b8b7ee53473713247d118cad
1
post_upgrade() {
2
if [ "`vercmp $2 4.0.0`" -lt 0 ]; then
3
4
cat << _EOF
5
>>> If you are upgrading from the GTK+ 2 version to the GTK+ 3 version
6
>>> of Claws Mail, you will need to reload any plugins that you want to use.
7
_EOF
8
9
fi
10
}