mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] package removal


From: Marcel Wysocki
Subject: [Mingw-cross-env-list] package removal
Date: Fri, 15 Jan 2010 22:43:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091215 Shredder/3.0

its me again, sorry for spamming the list today :D

i guess it would be useful to be able to remove
installed packages together with their dependencies.
all it would need would be the following:

during installation:
1) write down every file the package installs into
    intalled/packagename
    easiest way to achieve this would be a find
    before and after installation

during removal:
1) remove files listed in installed/packagename
    as long as they are not listed in any other file in
    installed/*
2) remove installed/packagename
3) check if package has dependencies
4) if it has jump to 1) and do the same
    if not we are done

that way it would be easier to test changed to packages





reply via email to

[Prev in Thread] Current Thread [Next in Thread]