summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index d332838..ce76e87 100755
--- a/install
+++ b/install
@@ -23,6 +23,9 @@ then
. "./opentox-webservices.sh"
fi
+echo "Cleaning up temp files."
+sudo rm -rf /tmp/openbabel* /tmp/kernlab* /tmp/ruby* /tmp/passenger*
+
echo
echo "Installation finished and system configured."
echo "Destination: '$OT_PREFIX'"