From 7c3a43f7a48f26ba1995936f83bf59e6bf57a2fa Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 30 Oct 2012 15:13:11 -0400 Subject: Add README.md and minimal wheezy definition --- wheezy/cleanup-virtualbox.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wheezy/cleanup-virtualbox.sh (limited to 'wheezy/cleanup-virtualbox.sh') diff --git a/wheezy/cleanup-virtualbox.sh b/wheezy/cleanup-virtualbox.sh new file mode 100644 index 0000000..ccc6d5a --- /dev/null +++ b/wheezy/cleanup-virtualbox.sh @@ -0,0 +1,4 @@ +# Cleanup Virtualbox +VBOX_VERSION=$(cat .vbox_version) +VBOX_ISO=VBoxGuestAdditions_$VBOX_VERSION.iso +rm $VBOX_ISO -- cgit v1.2.3