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