]>
git.rmz.io Git - dotfiles.git/blob - bin/aur-remove
2 # aur-remove - remove listed packages from all local repositories
5 if [ "$#" -eq 0 ]; then
6 printf 'usage: aur remove package [package ...]\n' >&2
10 aur repo
--list-path | while read -r repo_path
; do
11 repo
-remove "$repo_path" "$@"
12 paccache
-c "${repo_path%/*}" -rvk0 "$@"