#!/bin/sh

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