summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-18 09:22:33 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-18 09:22:33 +0200
commit197f021a1beb04f1fd07ef8ae7d90440f693a01d (patch)
treed4030fe921120c189410c3af9e9acad0b23dba32 /install
parent7b6f2234bd52d129e1f29bd60a2e1e2b2bd8be88 (diff)
Cleaning temp files at the beginning
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index daa7d57..101f1ba 100755
--- a/install
+++ b/install
@@ -15,6 +15,9 @@ echo "You may need to give root password for some privileged actions right now a
echo
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
+echo "Cleaning up temp files."
+sudo rm -rf /tmp/openbabel* /tmp/kernlab* /tmp/ruby* /tmp/passenger*
+
. "./base-install.sh"
. "./ruby.sh"
. "./openbabel.sh"