Improved display of orphaned packages
This commit is contained in:
parent
d3f97ef2d5
commit
f452f712ed
@ -7,4 +7,4 @@ Target=*
|
|||||||
[Action]
|
[Action]
|
||||||
Description=Finding orphans...
|
Description=Finding orphans...
|
||||||
When=PostTransaction
|
When=PostTransaction
|
||||||
Exec=/usr/bin/bash -c 'echo -e "=> None found.\r=> $(pacman -Qqtd | tr "\n" " ")"'
|
Exec=/usr/bin/bash -c 'OL="$(pacman -Qtdq | tr "\n" " ")"; echo "=> ${OL:-None Found}"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user