add the packages from the aur to the pending update count

This commit is contained in:
histausse 2022-10-22 00:33:30 +02:00
parent 11284827db
commit 9ed66d2793
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

@ -2,4 +2,4 @@
Description=Write the number of pending updates in /run/user/%U/pending-updates
[Service]
ExecStart=/bin/sh -c 'checkupdates | wc -l > /run/user/%U/pending-updates'
ExecStart=/bin/sh -c '(checkupdates; checkupdates-aur) | wc -l > /run/user/%U/pending-updates'