#!/bin/sh
set -e

if [ "$1" = "configure" ]; then
        if [ -d /usr/doc ] && [ -h /usr/doc/grandfatherclock ] && [ -d /usr/share/doc/grandfatherclock ]; then
                rm /usr/doc/grandfatherclock
        fi
fi

#DEBHELPER#
