Преглед на файлове

base: fix (not) caching deb files

The Debian slim variant already disabled the cache, so don't interfere.
Saúl Ibarra Corretgé преди 7 години
родител
ревизия
555c5ee3d0
променени са 2 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 2
      base/rootfs/etc/apt/apt.conf.d/99local
  2. 0 1
      base/rootfs/usr/bin/apt-cleanup

+ 0 - 2
base/rootfs/etc/apt/apt.conf.d/99local

@@ -1,4 +1,2 @@
-Dir::Cache "";
-Dir::Cache::archives "";
 APT::Install-Recommends "false";
 APT::Install-Suggests "false";

+ 0 - 1
base/rootfs/usr/bin/apt-cleanup

@@ -1,4 +1,3 @@
 #!/bin/sh
 
-rm -f /*.deb
 rm -rf /var/lib/apt/lists/