#!/bin/sh -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/libvdk1 ]; then
        rm -f /usr/doc/libvdk1
fi

#DEBHELPER#

