add the packages from the aur to the pending update count

master
histausse 2 years ago
parent 11284827db
commit 9ed66d2793
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -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'

Loading…
Cancel
Save