1 # arg 1: the new package version
2 # arg 2: the old package version
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"