~myon/+junk/postgresql-8.2

1 by martin at piware
first packaging of 8.2beta1
1
#!/bin/sh -e
2
3
VERSION=8.2
4
5
6
if [ "$1" = configure ]; then
7
    . /usr/share/postgresql-common/maintscripts-functions
8
9
    configure_version $VERSION "$2"
10
fi
11
12
#DEBHELPER#