%PDF- %PDF-
| Direktori : /proc/self/root/var/lib/dpkg/info/ |
| Current File : //proc/self/root/var/lib/dpkg/info/postgresql-client-14.prerm |
#!/bin/sh
set -e
VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-}
if [ "$1" = remove ]; then
. /usr/share/postgresql-common/maintscripts-functions
remove_client_version $VERSION
fi