postgresql-12/debian/postgresql-client-12.postinst

14 lines
204 B
Bash

#!/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#