On 05/10/11 08:10 AM, Ondrej Certik wrote:

It just occurred to me, that it should be possible to keep the current
SPKG format, and implement uninstall. One just needs to keep track of
all files in SPKG_LOCAL, then see what new files were added + which
files have changed.

Why not something like

find local -print > foobar.preinstall

install foobar.spkg

find local -print > foobar.postinstall


then if an uninstall is required, one deletes the files in foobar.postinstall which are not in before foobar.preinstall
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to