From b7f839da11975b9f2a964a82d591b7a8628f0931 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Sep 2011 23:14:42 +0000 Subject: Wed Sep 21 23:14:42 UTC 2011 --- testing/db/db.install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/db/db.install (limited to 'testing/db/db.install') diff --git a/testing/db/db.install b/testing/db/db.install new file mode 100644 index 000000000..03b64042d --- /dev/null +++ b/testing/db/db.install @@ -0,0 +1,5 @@ +post_upgrade() { + if [ "$(vercmp $2 5.1)" -lt 0 ]; then + echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases." + fi +} -- cgit v1.2.3-54-g00ecf