Clear temporary files before upgrade

This commit is contained in:
Bob Mottram 2017-01-03 14:26:45 +00:00
parent 134bb2c129
commit 3bdabf7bf2
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ FRIENDS_MIRRORS_PASSWORD=
MY_MIRRORS_PASSWORD=
CURRENT_BRANCH=master
# clear temporary files
rm -rf /tmp/*
UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
for f in $UTILS_FILES
do