12 Sep
2019
12 Sep
'19
6:36 p.m.
On 9/12/19 8:30 PM, Erich Eckner wrote:
On Thu, 12 Sep 2019, Levente Polyak wrote:
This makes --install imply --rmdeps. I think the minimum would be to document this behavior in the CLI help and manpage.
No, it would not do that: remove_deps bails out early if RMDEPS == 0. This is also used in the current program flow: remove_deps is called unconditionally at the end of the cleanup trap.
I see, so its an effect of `makepkg -ir` invocation and not just `-i` as hinted in the commit message :) cheers, Levente