]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
show right binary name in simulation notice
[apt.git] / doc / examples / configure-index
index 8e8110d94aa71e9ab66b4934ca0e02c6eef98bc6..dc579c3946ce5631b52656417ed5164462d299c4 100644 (file)
@@ -88,6 +88,16 @@ APT
      Post-Invoke {"touch /var/lib/apt/post-update-stamp"; };
   };
 
      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
   Authentication
   {
      TrustCDROM "false";            // consider the CD-ROM always trusted