postgresql-12/debian/postgresql-client-12.prerm

13 lines
196 B
Bash

#!/bin/sh
set -e
VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-}
#DEBHELPER#
if [ "$1" = remove ]; then
. /usr/share/postgresql-common/maintscripts-functions
remove_client_version $VERSION
fi