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