#!/bin/sh

# $Id: prerm,v 1.1.1.1 2004/05/07 03:12:59 john Exp $

# John G. Hasler <john@dhh.gt.org> 1999-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain.  I waive all rights.
set -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pppconfig ]; then
	rm -f /usr/doc/pppconfig
fi
