Lines Matching refs:clean
146 trap 'sudo apt-get clean; tput bel; echo; echo Failed' EXIT
212 echo "that you forgot to delete. You can always clean up mounts by"
447 echo "Usage ${0##*/} [-h|--help] [-c|--clean] [-C|--clean-all] [-l|--list] [--] args" | wrap "Usage ${0##*/} "
450 echo " clean: remove all old chroot sessions for \"${chroot}\"" | wrap " "
451 echo " clean-all: remove all old chroot sessions for all environments" | wrap " "
455 clean() {
494 -c|--clean) shift; clean "${chroot}";;
495 -C|--clean-all) shift; clean;;
551 # End the chroot session. This should clean up all temporary files. But if we
554 # clean up the stale files by invoking us with "--clean" after having killed
814 # Clean up package files
815 sudo schroot -c "${target%bit}" -p -- apt-get clean
816 sudo apt-get clean