From 43ea22477fb9830570bfb6f08627fa4a087a3ee1 Mon Sep 17 00:00:00 2001 From: BenceSzalai Date: Thu, 1 May 2025 17:51:50 +0200 Subject: [PATCH] APE Uninstall script should remove new ad-hoc APE files --- ape/apeuninstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ape/apeuninstall.sh b/ape/apeuninstall.sh index 3e74d3ac4..bc725fbf7 100755 --- a/ape/apeuninstall.sh +++ b/ape/apeuninstall.sh @@ -59,6 +59,9 @@ for x in .ape \ .ape-1.7 \ .ape-1.8 \ .ape-1.9 \ + .ape-1.10-arm64 \ + .ape-1.10-arm64.c \ + .ape-1.10-x86_64 \ .ape-1.10; do rm -f \ ~/$x \