Existing users, log in.  New users, create a free account.  Lost password?

2 comments |

Even the uninstaller hangs - mcgroarty_dotmac

Oh, as I said - even the uninstaller hangs. If you have this problem, force quit the installer if you can, then do this from the shell:

sudo find -x / -iname "*pocketmac*" -exec rm -rf {} \;

It will take a while, but this searches your entire startup drive for files and folders with "pocketmac" in the name and erases them. Next, you'll want to restart your Mac right away as a couple daemons are left running.

If you want to see what the above would erase before actually taking the leap:
sudo find -x / -iname "*pocketmac*"

Reply to This

Friday, July 29 2005 @ 07:16 PM PDT