|
|
|
@ -70,9 +70,9 @@ alias pacman-list-orphans="${_pacman_sudo}${_pacman_frontend} --query --deps --u
|
|
|
|
|
alias pacman-remove-orphans="${_pacman_sudo}${_pacman_frontend} --remove --recursive \$(${_pacman_frontend} --quiet --query --deps --unrequired)"
|
|
|
|
|
|
|
|
|
|
# Synchronizes the local package and Arch Build System databases against the
|
|
|
|
|
# repositories.
|
|
|
|
|
if (( $+commands[abs] )); then
|
|
|
|
|
alias pacu="${_pacman_sudo}${_pacman_frontend} --sync --refresh && sudo abs"
|
|
|
|
|
# repositories using the asp tool.
|
|
|
|
|
if (( $+commands[asp] )); then
|
|
|
|
|
alias pacu="${_pacman_sudo}${_pacman_frontend} --sync --refresh && sudo asp update"
|
|
|
|
|
else
|
|
|
|
|
alias pacu="${_pacman_sudo}${_pacman_frontend} --sync --refresh"
|
|
|
|
|
fi
|
|
|
|
|