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";
|
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";
|
||||||
|
|
Loading…
Reference in a new issue