From 8bfbb9af55c60e9874aaa7f6e09c5531fad763ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:20 +0200 Subject: Adding debian version 16.2-1. Signed-off-by: Daniel Baumann --- debian/postgresql-doc-16.prerm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/postgresql-doc-16.prerm (limited to 'debian/postgresql-doc-16.prerm') diff --git a/debian/postgresql-doc-16.prerm b/debian/postgresql-doc-16.prerm new file mode 100644 index 0000000..9b72239 --- /dev/null +++ b/debian/postgresql-doc-16.prerm @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-} + +if [ "$1" = remove ]; then + if [ -f /usr/share/postgresql-common/maintscripts-functions ]; then + . /usr/share/postgresql-common/maintscripts-functions + remove_doc_version $VERSION + else + update-alternatives --remove SPI_connect.3.gz \ + /usr/share/postgresql/$VERSION/man/man3/SPI_connect.3.gz + fi +fi + +#DEBHELPER# -- cgit v1.2.3