Message added to show at the end of the job

This commit is contained in:
Eduard Tolosa 2018-07-23 00:50:36 -05:00
parent d438f7eec3
commit 9f04f97d44

View file

@ -100,6 +100,7 @@ if [ "$yn" = "y" ]; then
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Info: Removing previously compiled packages..."
for ipackage in "$@"; do
rm -rf "$basebuilddir/$ipackage"
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Finished."
done
else
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Info: Instalation completed."