archrelease: copy trunk to community-any
[ArchLinux/community.git] / radicale / repos / community-any / radicale.install
blob7f03b7107b64ffbe63486d54cc04ab0a0ada82ac
1 # arg 1:  the new package version
2 # arg 2:  the old package version
3 post_upgrade() {
4   # configuration and file system storage changes with >= 3.0.0
5   if [ "$(vercmp "$2" "3.0.0")" -le 0 ]; then
6     echo "WARNING: Major changes introduced to filesystem storage and configuration. Read /usr/share/doc/radicale/NEWS.md"
7   fi