commit 187e120b2818007b6134d3f8f0a05a977cfda696
parent 9f49818c8374d4a97455abba004a2bc9e095544f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Mar 2019 20:34:17 +0100
Show orphaned packages
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/links/bin/uu b/links/bin/uu
@@ -8,6 +8,9 @@ announce "Updating package manager lists and installed packages"
if [ "$(uname)" = "Linux" ]; then
if type pacman >/dev/null; then
sudo pacman -Syu --color auto
+ announce "Orphaned packages:"
+ pacman -Qdt --color auto
+ echo
fi
if type yay >/dev/null; then
yay -Syu --color auto