Cleanup after installation
This commit is contained in:
parent
f321087c17
commit
554d03e1b0
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ then
|
|||
cd "$CONTEXT_ROOT";
|
||||
makepkg -si;
|
||||
cd "$workingDir";
|
||||
rm -rf "$CONTEXT_ROOT";
|
||||
else
|
||||
scriptRoot="$(realpath "${BASH_SOURCE%/*}")";
|
||||
patchFile="allow_insecure_crypto.patch";
|
||||
|
|
Loading…
Reference in a new issue