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