This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaleissin
Recipients
Date 2004-05-31.21:49:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There ought to be a way to uninstall, if for no other
reason that it is polite behavior in a civilized society :)

The usual way to uninstall something from a "package"
seems to be to keep a list of all installed files
somewhere. Doing the equivalent of a "find . -print" at
the right point during "bdist/build" should do the
trick, or maybe a command of its own, the filelist to
be stored in the sdist-result?

Such a list of files would also be useful for
packagers, be it maintainers of .rpm, .deb or *BSD ports.
History
Date User Action Args
2007-08-23 16:08:10adminlinkissue963845 messages
2007-08-23 16:08:10admincreate