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-15.prerm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/postgresql-15.prerm (limited to 'debian/postgresql-15.prerm') diff --git a/debian/postgresql-15.prerm b/debian/postgresql-15.prerm new file mode 100644 index 0000000..828c6fb --- /dev/null +++ b/debian/postgresql-15.prerm @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-} + +#DEBHELPER# + +. /usr/share/postgresql-common/maintscripts-functions + +stop_version $VERSION + +if [ "$1" = remove ]; then + remove_version $VERSION +fi + -- cgit v1.2.3