summaryrefslogtreecommitdiff
path: root/testing/db/db.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/db/db.install')
-rw-r--r--testing/db/db.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/db/db.install b/testing/db/db.install
deleted file mode 100644
index 03b64042d..000000000
--- a/testing/db/db.install
+++ /dev/null
@@ -1,5 +0,0 @@
-post_upgrade() {
- if [ "$(vercmp $2 5.1)" -lt 0 ]; then
- echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases."
- fi
-}