summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate1
1 files changed, 1 insertions, 0 deletions
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"
}