summaryrefslogtreecommitdiffstats
path: root/debian/postgresql-client-13.prerm
blob: 14c218879437604b6da780bfd71f240f522e2702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-}

#DEBHELPER#

if [ "$1" = remove ]; then
    . /usr/share/postgresql-common/maintscripts-functions
    remove_client_version $VERSION
fi