#!/bin/sh
# make sure we have no competition
if [ -d /usr/lib/postgresql/dumpall/6.3 ]
then
	rm -f  /usr/lib/postgresql/dumpall/6.3/*
fi
