Post-Invoke {"touch /var/lib/apt/post-update-stamp"; };
};
+ // define a new supported compressor on the fly
+ APT::Compressor::rev {
+ Name "rev";
+ Extension ".reversed";
+ Binary "rev";
+ CompressArg {};
+ UncompressArg {};
+ Cost "10";
+ };
+
Authentication
{
TrustCDROM "false"; // consider the CD-ROM always trusted
// be installed by default
Install-Recommends "true";
Install-Suggests "false";
+ // reverse Recommends or Suggests prevent autoremoval
+ AutoRemove::RecommendsImportant "true";
+ AutoRemove::SuggestsImportant "true";
// consider dependencies of packages in this section manual
Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; };