#!/bin/sh

if [ "$1" = "configure" ]; then
    if [ -d /usr/doc -a ! -e /usr/doc/pmake -a -d /usr/share/doc/pmake ]; then
        ln -sf ../share/doc/pmake /usr/doc/pmake
    fi
fi
