diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/chroot_hacks | 17 |
1 files changed, 0 insertions, 17 deletions
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 |