diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:52 +0000 |
commit | 27f97da3234235dd7aa61330a8e05aacf93d026a (patch) | |
tree | 31c1a208b91fab0b07f980580cd7d5d8ae9c6f74 /debian/postgresql-client-15.postinst | |
parent | Adding upstream version 15.4. (diff) | |
download | postgresql-15-debian.tar.xz postgresql-15-debian.zip |
Adding debian version 15.4-3.debian/15.4-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postgresql-client-15.postinst')
-rw-r--r-- | debian/postgresql-client-15.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/postgresql-client-15.postinst b/debian/postgresql-client-15.postinst new file mode 100644 index 0000000..a5cf251 --- /dev/null +++ b/debian/postgresql-client-15.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-} + +. /usr/share/postgresql-common/maintscripts-functions + +if [ "$1" = configure ]; then + configure_client_version $VERSION "$2" +fi + +#DEBHELPER# |