Cleanup after installation

This commit is contained in:
Manuel Thalmann 2023-04-03 19:30:52 +02:00
parent f321087c17
commit 554d03e1b0

View file

@ -13,6 +13,7 @@ then
cd "$CONTEXT_ROOT"; cd "$CONTEXT_ROOT";
makepkg -si; makepkg -si;
cd "$workingDir"; cd "$workingDir";
rm -rf "$CONTEXT_ROOT";
else else
scriptRoot="$(realpath "${BASH_SOURCE%/*}")"; scriptRoot="$(realpath "${BASH_SOURCE%/*}")";
patchFile="allow_insecure_crypto.patch"; patchFile="allow_insecure_crypto.patch";