Motivation
If i can install automatically, i want to be able to uninstall.
Easy task, as we allready have MANIFEST files, whould be nearly a 2 line solution
Description and Documentation
We have a MANIFEST where all files are listed which have been installed. We should be able to uninstall the plugin quite easy then. This should help people also installing plugins from fresh, not upgrading or simply remove them
Examples
Impact
Implementation
--
Contributors: EugenMayer - 02 Dec 2008
Discussion
Note that extensions built using
BuildContrib are packaged with an install script. This script can already be passed
-uninunstall
(try it from the command line). However the uninstall is incomplete because it doesn't modify
LocalSite.cfg.
--
CrawfordCurrie - 02 Dec 2008 - 17:40
Marking this merged to core. Foswiki 2.0 will disable a plugin when the extension is uninstalled. It's not completely deconfigured, but that's probably a reasonable compromise as you won't lose the configuration if you later reinstall.
--
Main.GeorgeClark - 18 Jul 2015 - 01:05