This commit is contained in:
Nemo 2021-06-23 18:58:00 +05:30
parent 5aeae79061
commit 87a04cf517
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ echo "karn update"
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
find /home/nemo/projects/personal/aur-* -iregex '.*\.\(bz2\|tar\|zip\|deb\|tar.zst\|xz\|part\|rpm\|gz\|tgz\)$' -delete
echo "Cleared personal AUR cache"
sudo pacman -Rns $(pacman -Qtdq)