http://bugs.winehq.org/show_bug.cgi?id=24324
Spammer spammis@spam.la changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spammis@spam.la
--- Comment #13 from Spammer spammis@spam.la 2011-06-03 16:25:32 CDT --- (In reply to comment #12)
(In reply to comment #11)
You are breaking it, the correct way to remove it is rm -rf .wine, not rm -rf .wine/*.
I can't do that when a file system is mounted at .wine:
rm -rf ~/.wine rm: cannot remove directory `/home/me/.wine': Device or resource busy
My Wine prefixes have a file called ~/.wine/.update-timestamp. If you use "rm -rf ~/.wine/*", the .update-timestamp file won't be deleted because it begins with a dot. Is the file .update-timestamp causing a problem here? I'm not sure what the file does. Would "rm -rf ~/.wine/* ~/.wine/.update-timestamp" have the same result?