trun apt-get clean before tarballing - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 1aba75a84b9e6dd4239f40d4c09f8266308191cc
DIR parent f6104fd60419f5871b8cc26e1b34da8b636623c3
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 26 Oct 2017 21:26:43 +0200
run apt-get clean before tarballing
Diffstat:
M zlibs/bootstrap | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/zlibs/bootstrap b/zlibs/bootstrap
t@@ -126,6 +126,8 @@ apt-get --yes --force-yes install ${base_packages}
apt-get --yes --force-yes purge ${purge_packages}
apt-get --yes --force-yes autoremove
+apt-get clean
+
rm -f /debconf.set
rm -f /etc/ssh/ssh_host_*
rm -f /root/.bash_history
t@@ -200,6 +202,8 @@ done
apt-get --yes --force-yes upgrade
apt-get --yes --force-yes install ${extra_packages}
apt-get --yes --force-yes autoremove
+
+apt-get clean
EOF
chroot-script -d postunpack || zerr