More temp directory clearing

This commit is contained in:
Bob Mottram 2017-01-03 14:24:31 +00:00
parent 2826761fcb
commit 134bb2c129
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,8 @@ function upgrade_xmpp_client {
apt-get -y remove --purge profanity
fi
rm -rf /tmp/*
function_check set_repo_commit
set_repo_commit $INSTALL_DIR/libmesode "libmesode commit" "$LIBMESODE_COMMIT" $LIBMESODE_REPO
cd $INSTALL_DIR/libmesode
@ -215,6 +217,8 @@ function upgrade_xmpp_client {
make install
cp /usr/local/lib/libmesode* /usr/lib
rm -rf /tmp/*
function_check set_repo_commit
set_repo_commit $INSTALL_DIR/profanity "profanity commit" "$PROFANITY_COMMIT" $PROFANITY_REPO
cd $INSTALL_DIR/profanity