Remove yay directory after build

This commit is contained in:
Manuel Thalmann 2024-03-08 23:59:30 +01:00
parent 708c21ee44
commit 7a882c0840

View file

@ -8,4 +8,6 @@ then
pushd "$contextRoot" > /dev/null;
makepkg --noconfirm -si;
popd > /dev/null;
rm -rf "$contextRoot";
fi;