diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-10-08 17:22:04 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-10-08 17:22:18 +0300 |
commit | fd8148250c8c46fac04277e7a07f8dd2908dd477 (patch) | |
tree | e4ba2001706d8ca09dc38cfa0fdf73eec0e17d97 /debian/postgresql-10.postinst | |
download | postgresql-10-debian.tar.gz |
Imported postgresql-10 10.0-1debian/10.0-1debian
Diffstat (limited to 'debian/postgresql-10.postinst')
-rw-r--r-- | debian/postgresql-10.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
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# |