vagrant-lxc-ng/boxes/debian/clean.sh
2014-03-09 21:21:38 -03:00

17 lines
276 B
Bash
Executable file

#!/bin/bash
set -e
source common/ui.sh
source common/utils.sh
debug 'Bringing container up'
utils.lxc.start
info "Cleaning up '${CONTAINER}'..."
log 'Removing temporary files...'
rm -rf ${ROOTFS}/tmp/*
log 'Removing downloaded packages...'
utils.lxc.attach apt-get clean