3 comments

[ 2.5 ms ] story [ 15.1 ms ] thread
Why would an Adobe installer erase files that have nothing to do with it ? This sounds like a really bad installer.

    FILES=`find /Applications/Adobe -type d -name "something that doesn't exist"`
    rm $FILES/*
It's easy to do.