#!/bin/sh

set -e

DOCDIR=/usr/share/doc/rubberband-cli

if [ -L $DOCDIR ]; then
	rm $DOCDIR
fi

#DEBHELPER#
