Clear temporary files before upgrade
This commit is contained in:
parent
134bb2c129
commit
3bdabf7bf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue