]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/aptitude/config.real
aptitude: Don't display warning when in read only mode.
[config/dotfiles.git] / debian / aptitude / config.real
index cd56710017dbf6f295e627fd4efb528c9d4e49e4..b625803b35641e8567df0b50d804ab4266c4e975 100644 (file)
@@ -20,4 +20,8 @@ aptitude {
 
     // Don't display packages which only contain build dependencies.
     Pkg-Display-Limit "!-build-depends";
+
+    // Don't display a warning when performing changes (add new packages,
+    // etc.) in read only mode.
+    Suppress-Read-Only-Warning "true";
 }