~myon/+junk/postgresql-8.2

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

VERSION=8.2


if [ "$1" = configure ]; then
    . /usr/share/postgresql-common/maintscripts-functions

    configure_version $VERSION "$2"
fi

#DEBHELPER#