archrelease: copy trunk to staging-x86_64
[arch-packages.git] / postgresql / trunk / postgresql.install
blobc46a58d5f83d4804bcbc28fa1c2f3df2bbbd55fb
1 post_upgrade() {
2   # Prints the warning message if the database version on disk
3   # does not match the PostgreSQL major version.
4   if [ -d /var/lib/postgres/data ]; then
5         /usr/bin/postgresql-check-db-dir /var/lib/postgres/data || true
6   fi