3 Apr
2008
3 Apr
'08
4:14 p.m.
On Thu, Apr 03, 2008 at 01:13:42PM +1000, Allan McRae <mcrae_allan@hotmail.com> wrote:
I'm looking into how to best do this at the moment. Is "pacman -Qtd" not enough here given everything is installed using --asdep? Ideally, pacman would remove the installed dependencies and this check can be removed.
As Nagy said, the "-R provision" does not work at all.
just do a -Q, save it, do a -Q after the build, diff the two list and remove the difference. so that if you did -S mta, you'll get postfix in the diff, or so.