post_upgrade() {
  if [ $(vercmp $2 26.04) -lt 0 ]; then
    echo "The default akonadi database backend is now sqlite."
    echo "Existing databases are not automatically migrated, use akonadi-db-migrator to do it manually."
  fi
}
