From 27f97da3234235dd7aa61330a8e05aacf93d026a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:52 +0200 Subject: Adding debian version 15.4-3. Signed-off-by: Daniel Baumann --- debian/postgresql-client-15.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/postgresql-client-15.postinst (limited to 'debian/postgresql-client-15.postinst') 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# -- cgit v1.2.3