forked from ungleich-public/cdist
By default, package is not autoremoved, if it either suggested or
recommened, but not is dependency for some other. With this change, either package is dependency of manually installed, either is is subject to autoremove.
This commit is contained in:
parent
77d6317aa4
commit
7d6990d933
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ case "$os" in
|
|||
--source - << DONE
|
||||
APT::Install-Recommends "0";
|
||||
APT::Install-Suggests "0";
|
||||
APT::AutoRemove::RecommendsImportant "0";
|
||||
APT::AutoRemove::SuggestsImportant "0";
|
||||
DONE
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue