#!/bin/sh -e

if [ -L /usr/doc/$pkg ]; then
    rm -f /usr/doc/$pkg
fi

