repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to staging-x86_64
[arch-packages.git]
/
postgresql
/
trunk
/
postgresql.install
blob
c46a58d5f83d4804bcbc28fa1c2f3df2bbbd55fb
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
7
}