Explorar el Código

Clean before installing packages

Bob Mottram hace 9 años
padre
commit
de97e32c36
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Ver fichero

@@ -740,6 +740,9 @@ case "$MACHINE" in
740 740
 esac
741 741
 
742 742
 set_apt_sources $BUILD_MIRROR
743
+chroot "$rootdir" apt-get clean
744
+chroot "$rootdir" rm -rf /var/lib/apt/lists/*
745
+chroot "$rootdir" apt-get clean
743 746
 chroot "$rootdir" apt-get update
744 747
 
745 748
 cat > $rootdir/usr/sbin/policy-rc.d <<EOF