From: Gordon Hecker Date: Mon, 4 Oct 2010 14:15:40 +0000 (+0200) Subject: e2-install-e2: remove local plugins before installing new local tools X-Git-Tag: e2factory-2.3.8~3 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=9652cfb307c894c29327eab5296daf8ee6ef661e;p=e2factory.git e2-install-e2: remove local plugins before installing new local tools Signed-off-by: Gordon Hecker --- diff --git a/global/e2-install-e2.lua.in b/global/e2-install-e2.lua.in index d7b64e2..8afa30e 100755 --- a/global/e2-install-e2.lua.in +++ b/global/e2-install-e2.lua.in @@ -97,8 +97,8 @@ end -- version is 1 or 2 --- remove the old e2 source, if it exists -rc, re = e2lib.rm(".e2/e2 .e2/bin .e2/lib", "-fr") +-- remove the old e2 source, installation and plugins, if it exists +rc, re = e2lib.rm(".e2/e2 .e2/bin .e2/lib .e2/plugins", "-fr") if not rc then e2lib.abort(e:cat(re)) end