aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql-common/postgresql-common.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql-common/postgresql-common.pre-deinstall')
-rw-r--r--main/postgresql-common/postgresql-common.pre-deinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/postgresql-common/postgresql-common.pre-deinstall b/main/postgresql-common/postgresql-common.pre-deinstall
new file mode 100644
index 00000000000..486bdf1b38b
--- /dev/null
+++ b/main/postgresql-common/postgresql-common.pre-deinstall
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+pg_versions uninstall
+
+exit 0