vagrant-lxc-base-boxes/debian/clean.sh

16 lines
221 B
Bash
Raw Normal View History

2014-03-25 03:26:19 +00:00
#!/bin/bash
set -e
echo "Cleaning up"
2014-03-25 03:26:19 +00:00
rm /envdump /script.sh
2014-03-25 03:26:19 +00:00
echo 'Removing temporary files...'
rm -rf /tmp/*
2014-03-25 03:26:19 +00:00
echo 'cleaning up dhcp leases'
rm -f /var/lib/dhcp/*
2014-03-25 03:26:19 +00:00
echo 'Removing downloaded packages...'
apt-get clean