From 43434c2f6a84ec5ad294c23506d6aff4ebd96c70 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Dec 2012 23:56:34 +0100 Subject: Moving removal of backup and temporary files to their own hook script. --- scripts/build/chroot_hacks | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'scripts') diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 204cc4efe..5a9494883 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -114,23 +114,6 @@ case "${LB_PARENT_DISTRIBUTION}" in ;; esac -# Remove cruft -rm -f chroot/boot/initrd*bak* -rm -f chroot/etc/apt/trusted.gpg~ -rm -f chroot/etc/group- chroot/etc/passwd- -rm -f chroot/etc/gshadow- chroot/etc/shadow- -rm -f chroot/var/cache/debconf/*-old -rm -f chroot/var/lib/dpkg/*-old -rm -f chroot/var/log/apt/term.log - -# Delete and re-create temporary directories -TEMP_DIRS="/tmp /var/tmp" -for DIR in ${TEMP_DIRS} -do - rm -rf "chroot/${DIR}" - install -d -m 1777 "chroot/${DIR}" -done - if [ -n "${LB_ROOT_COMMAND}" ] then ${LB_ROOT_COMMAND} chown -R --quiet $(whoami):$(whoami) chroot -- cgit v1.2.3