From cf09f66b6001b6f3668bfd52062502a12dcea31d Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 4 Jun 2021 15:10:01 +0530 Subject: [PATCH] improve cleanup for pacman --- housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/housekeeping b/housekeeping index ba3a285..5b6c07a 100755 --- a/housekeeping +++ b/housekeeping @@ -9,7 +9,7 @@ PERSONAL_ROOT="/home/nemo/projects/personal" find $PERSONAL_ROOT -maxdepth 2 -type d -iname .git | xargs -I{} bash -c "cd {}/.. && karn update" echo "karn update" -find /home/nemo/.cache/yay -iregex '.*\.\(bz2\|tar\|zip\|deb\|xz\|part\|rpm\|gz\)$' -delete +find /home/nemo/.cache/yay -iregex '.*\.\(bz2\|tar\|zip\|deb\|xz\|part\|rpm\|gz\|zst\|AppImage\|pacman\|jar\)$' -delete echo "Cleared yay cache" find /home/nemo/projects/personal/aur-* -iregex '.*\.\(bz2\|tar\|zip\|deb\|tar.zst\|xz\|part\|rpm\|gz\)$' -delete