1 2 3 4 5
#!/bin/sh mkdir -p /usr/local/lib cd /usr/local/lib sh -c "rm -f libgunicode*.dylib libgdraw*.dylib" exit 0