From fd8148250c8c46fac04277e7a07f8dd2908dd477 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 8 Oct 2017 17:22:04 +0300 Subject: Imported postgresql-10 10.0-1 --- debian/postgresql-10.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/postgresql-10.postinst (limited to 'debian/postgresql-10.postinst') diff --git a/debian/postgresql-10.postinst b/debian/postgresql-10.postinst new file mode 100644 index 0000000..be69843 --- /dev/null +++ b/debian/postgresql-10.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-} + +if [ "$1" = configure ]; then + . /usr/share/postgresql-common/maintscripts-functions + + configure_version $VERSION "$2" +fi + +#DEBHELPER# -- cgit v1.2.3