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

17 lines
232 B
Bash
Raw Permalink Normal View History

2014-03-25 03:26:19 +00:00
#!/bin/bash
set -e
source /etc/profile
2014-03-25 03:26:19 +00:00
echo "Cleaning up"
2014-03-25 03:26:19 +00:00
rm /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