mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
235 B
Text
11 lines
235 B
Text
|
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
|
||
|
}
|