summaryrefslogtreecommitdiff
path: root/definitions/wheezy/cleanup-virtualbox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'definitions/wheezy/cleanup-virtualbox.sh')
-rw-r--r--definitions/wheezy/cleanup-virtualbox.sh4
1 files changed, 4 insertions, 0 deletions
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