#!/bin/sh

# You may treat this program as if it was in the public domain.



set -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) \
    -a -L /usr/doc/gpppon ]; then
    rm -f /usr/doc/gpppon
fi
