#! /bin/sh -e

# This can go, it's ancient

rm -f /etc/upload.sites*

if [ "$1" = configure ]
then
    if [ ! -f /etc/devscripts.conf ]
    then
	cp /usr/share/devscripts/conf.default /etc/devscripts.conf
    # In future, may do things like:
    # elif dpkg --compare-versions "$2" lt 2.6.92
    # then
    #     cat >> /etc/devscripts.conf <<EOF
    # Stuff added in devscripts 2.6.92:
    # Blah blah
    # EOF
    fi
fi

#DEBHELPER#
