From badf3e27e46ca2cc3ec16afe9e2ee5ac955b43a7 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 8 Sep 2008 23:38:48 -0500 Subject: [PATCH] README: add a note about uninstalling Wine --- README | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/README b/README index baa4929..2c98072 100644 --- a/README +++ b/README @@ -181,6 +181,19 @@ If you add something, or fix a bug, please send a patch (in 'diff -u' format) to wine-patches@winehq.org list for inclusion in the next release. +8. UNINSTALLING + +If for some reason you want to remove Wine, then do: + +'make uninstall' as root in the source directory. + +To remove your fake Windows directory, installed files, etc., use: + +'rm -rf $HOME/.wine' + +Note: This will not remove any desktop links or menu entries created by +your window manager. Those will have to be removed manually. + -- Alexandre Julliard julliard@winehq.org -- 1.5.4.3