From eff8d0e0ca256459a7b1f02113b1456bdc5bdd7f Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 28 Feb 2014 14:51:08 +0100 Subject: upgraded veewee, easier if it's all under a 'definitions' directory --- definitions/wheezy/cleanup-virtualbox.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 definitions/wheezy/cleanup-virtualbox.sh (limited to 'definitions/wheezy/cleanup-virtualbox.sh') diff --git a/definitions/wheezy/cleanup-virtualbox.sh b/definitions/wheezy/cleanup-virtualbox.sh new file mode 100644 index 0000000..ccc6d5a --- /dev/null +++ b/definitions/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