#! /bin/sh -e if [ -L /usr/share/doc/gdc ]; then echo "Removing old gdc doc directory symlink." rm -rf /usr/share/doc/gdc fi #DEBHELPER# exit 0