diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 13:44:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 13:44:20 +0000 |
commit | 8bfbb9af55c60e9874aaa7f6e09c5531fad763ed (patch) | |
tree | 9577f8f52777ac32dee04d49fb7e07a441866dd7 /debian/postgresql-client-16.postinst | |
parent | Adding upstream version 16.2. (diff) | |
download | postgresql-16-8bfbb9af55c60e9874aaa7f6e09c5531fad763ed.tar.xz postgresql-16-8bfbb9af55c60e9874aaa7f6e09c5531fad763ed.zip |
Adding debian version 16.2-1.debian/16.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postgresql-client-16.postinst')
-rw-r--r-- | debian/postgresql-client-16.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/postgresql-client-16.postinst b/debian/postgresql-client-16.postinst new file mode 100644 index 0000000..a5cf251 --- /dev/null +++ b/debian/postgresql-client-16.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# |