vagrant-lxc-ng/boxes/common/cleanup

8 lines
111 B
Plaintext
Raw Normal View History

2013-05-05 13:57:12 +00:00
#!/bin/bash
cache=`readlink -f .`
rootfs="${cache}/rootfs"
rm -rf $rootfs/tmp/*
chroot $rootfs apt-get clean