#!/bin/sh set -e # handle symlink to directory conversion (#736311) DOCDIR=/usr/share/doc/llvm-dev if [ -L $DOCDIR ] ; then rm $DOCDIR fi