#!/bin/sh

set -e

# Remove old sumlink: potato, woody upgrade
if [ -L /usr/lib/procmail-lib ]; then
    rm -f /usr/lib/procmail-lib
fi

#DEBHELPER#

# End of file
