From 8a23bcecb715947a9bd8a1c787d68bb587fda40a Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Fri, 4 Feb 2022 12:15:29 +0200 Subject: [PATCH] Delete sig files afterwards --- arch/updatewine_arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/updatewine_arch.sh b/arch/updatewine_arch.sh index 90f6879..725419f 100755 --- a/arch/updatewine_arch.sh +++ b/arch/updatewine_arch.sh @@ -100,7 +100,7 @@ function INFO_SEP() { printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' - ; # If the script is interrupted (Ctrl+C/SIGINT), do the following function Arch_intCleanup() { - rm -rf ${ARCH_BUILDROOT}/{0-wine-staging-git/{wine-patches,*.tar.xz},0-dxvk-git/{dxvk-git,*.tar.xz}} + rm -rf ${ARCH_BUILDROOT}/{0-wine-staging-git/{wine-patches,*.tar.xz,*.sig},0-dxvk-git/{dxvk-git,*.tar.xz,*.sig}} exit 0 } @@ -482,7 +482,7 @@ function updatePOL() { # Clean these temporary folders & files # TODO Shall we remove git folders or keep them? -dxvk_wine_cleanlist=('*.patch' '*.diff' 'pkg' 'src' '*-patches' '*.tar.xz') +dxvk_wine_cleanlist=('*.patch' '*.diff' 'pkg' 'src' '*-patches' '*.tar.xz' '*.sig') ##########################################################