
13 May
2007
13 May
'07
9:08 p.m.
Hi Alan, On Sun, May 13, 2007 at 16:43:34 -0400, Alan Mizrahi wrote: [...]
That wouldn't work, because "prt-get dependent $p" will always have at least "xfce4" in its list of dependent packages ;) True, I though I had xfce4 installed on this box, thus my tests worked :-).
Maybe this:
for p in `prt-get quickdep xfce4`; do \ if [ xfce4 == "$(prt-get dependent $p)" ]; then echo $p; fi ; done
Or perhaps he should first remove xfce4 and THEN run your command. I guess the best way would be to revert the list obtained with quickdep.
Thanks for the testing :-). Johannes -- Johannes Winkelmann mailto:jw@smts.ch Zurich, Switzerland http://jw.smts.ch