#!/bin/sh -e VERSION=8.4 if [ "$1" = remove ]; then . /usr/share/postgresql-common/maintscripts-functions remove_client_version $VERSION fi