#!/bin/sh

if [ "$1" = "configure" ]; then
        if [ -d /usr/doc -a -h /usr/doc/PAQUETE -a -d /usr/share/doc/PAQUETE ]; then
                rm -f /usr/doc/PAQUETE
        fi
fi


