summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-11 09:52:22 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-11 09:52:22 +0200
commit65bb8707e41e48c58377657ee10c2f3360152e46 (patch)
tree8da917633b55340c7700054b2fb8c9b2065b4039 /install
parente2da541cecd308ee314267b33476c052f31e3204 (diff)
Cleaning temp files
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'"