On 5/16/10, ron minnich <[email protected]> wrote: > On Sat, May 15, 2010 at 9:28 PM, Akshat Kumar > <[email protected]> wrote: > >> I notice you don't keep a list of >> installed file paths in /installed/$i > > I do, but the intent is that you bind -a package /, and the > 'installed' in there has the > files. > > I have this allergy to dropping stuff into / :-)
However, I don't see such binds going on in your install script at http://9grid.net/rminnich/src/package-tools/install - instead, there is a straight dircp. So, is this a thing you're developing personally? >> Perhaps the file itself can contain >> the binds and mounts specific >> to its going about its own removal. In consideration of your bind idea, I think you can go a little further: the /installed/$i file on disk can contain info for binding the installed package onto /. Then, the /installed/$i file resulting from the binds can contain removal procedures. I'm not sure what would be the most comfortable from a use perspective, but it's an idea.... Best, ak
