vagrant-lxc-ng/boxes/common/cleanup
2013-05-05 10:57:12 -03:00

8 lines
111 B
Bash
Executable file

#!/bin/bash
cache=`readlink -f .`
rootfs="${cache}/rootfs"
rm -rf $rootfs/tmp/*
chroot $rootfs apt-get clean