From 3ef2e1e1a0a4e6c5fb60335c501decfd3cb84c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 26 May 2019 19:37:59 +0200 Subject: update : remove aurman cache directories --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 3643f0f..c38db82 100755 --- a/update +++ b/update @@ -40,6 +40,7 @@ function update_pkgs() { sudo_run "pacman -Scc --noconfirm" sudo_run "pacman -Syu" || return sudo_run "rm /var/cache/pacman/pkg/*" + run "find .cache/aurman/ -type d -delete" run "aurman -Sc --noconfirm" run "aurman -Syu" } -- cgit v1.1-2-g2b99