summaryrefslogtreecommitdiff
path: root/debian/apt.conf.autoremove
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-06 19:12:34 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-06 19:12:34 +0200
commit9d2938d4e6e86c6afdb9606f76f4ae9ce0ac4ee5 (patch)
tree17bb8f97805200b25525ae19230918a8c69efefe /debian/apt.conf.autoremove
parent9a4dfc82c563d6335bb37a928a8925efe329fd8d (diff)
* cmdline/apt-get.cc:
- always show the autoremove information and give advice how to use it * debian/rules: - install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules
Diffstat (limited to 'debian/apt.conf.autoremove')
-rw-r--r--debian/apt.conf.autoremove8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove
new file mode 100644
index 000000000..98143ce9a
--- /dev/null
+++ b/debian/apt.conf.autoremove
@@ -0,0 +1,8 @@
+APT
+{
+ NeverAutoRemove
+ {
+ "^linux-image.*";
+ "^linux-restricted-modules.*";
+ };
+};