make upgrade: Remove orphan symbolic links as well.
authorSascha Wildner <saw@online.de>
Fri, 22 Oct 2010 10:21:48 +0000 (12:21 +0200)
committerSascha Wildner <saw@online.de>
Fri, 22 Oct 2010 11:19:51 +0000 (13:19 +0200)
commitfbad3fd2776fbb85c1718b589ddef6fdddcae0ea
tree62d6b72ec73b1f1f8a9d47862ae571b95742afe7
parent2883d2d843e07344552e83fb1e8e60cfdf565f3e
make upgrade: Remove orphan symbolic links as well.

test -e will try to follow symbolic links. If the target was removed
already it will return false.

Fix this by checking for symbolic links, too.
etc/Makefile