#!/bin/bash -euE hooks_pre_build+=("clean_chroot") clean_chroot() ( set +x local copydir=$1 if $INCHROOT; then cd /build sudo -u nobody "$(librelib chroot/chcleanup)" else librechroot "${librechroot_flags[@]}" clean-pkgs fi )