From c8f4a18517306b8e4f0c467df5c021593c47e550 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:08 +0200 Subject: Adding debian version 14.5-3. Signed-off-by: Daniel Baumann --- debian/postgresql-client-14.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/postgresql-client-14.postinst (limited to 'debian/postgresql-client-14.postinst') diff --git a/debian/postgresql-client-14.postinst b/debian/postgresql-client-14.postinst new file mode 100644 index 0000000..a5cf251 --- /dev/null +++ b/debian/postgresql-client-14.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