Modificar 'PepDeb32/BldHelper-release.sh'

Signed-off-by: Manuel  Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
Manuel Fernando da silva rosa 2023-05-23 18:10:18 +00:00
parent 34d4ee585c
commit bd8ea07bc3
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ fi
# Remove old files from the cache # Remove old files from the cache
grep "Del " ${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log | sort -u | cut -f2,3 -d" " | tr " " "_" | tr ":" "*" | tr "+" "*" | xargs -I {} find ./cache/packages.* -name "{}*.deb" -delete grep "Del " ${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log | sort -u | cut -f2,3 -d" " | tr " " "_" | tr ":" "*" | tr "+" "*" | xargs -I {} find ./cache/packages.* -name "{}*.deb" -delete
# Clean the build folder
lb clean
# Remove the "fusato" directory and its contents # Remove the "fusato" directory and its contents
cd ..
rm -rf fusato rm -rf fusato