#!/bin/sh

set -e

if [ -L /usr/share/man/pl ] ;then
     echo "Removing outdated symlink /usr/share/man/pl"
     rm -f /usr/share/man/pl
fi

#DEBHELPER#
