summaryrefslogtreecommitdiffstats
path: root/debian/postgresql-14.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:15:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:15:08 +0000
commitc8f4a18517306b8e4f0c467df5c021593c47e550 (patch)
treea485b32d21dc418a66ef7fc9ef93ca29fed61573 /debian/postgresql-14.postinst
parentAdding upstream version 14.5. (diff)
downloadpostgresql-14-c8f4a18517306b8e4f0c467df5c021593c47e550.tar.xz
postgresql-14-c8f4a18517306b8e4f0c467df5c021593c47e550.zip
Adding debian version 14.5-3.debian/14.5-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postgresql-14.postinst')
-rw-r--r--debian/postgresql-14.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/postgresql-14.postinst b/debian/postgresql-14.postinst
new file mode 100644
index 0000000..be69843
--- /dev/null
+++ b/debian/postgresql-14.postinst
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-}
+
+if [ "$1" = configure ]; then
+ . /usr/share/postgresql-common/maintscripts-functions
+
+ configure_version $VERSION "$2"
+fi
+
+#DEBHELPER#