#!/bin/sh -e

# Remove old link
if [ -L /usr/doc/bock ]; then
    rm -f /usr/doc/bock
fi

#DEBHELPER#

