add the packages from the aur to the pending update count
This commit is contained in:
parent
11284827db
commit
9ed66d2793
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
Description=Write the number of pending updates in /run/user/%U/pending-updates
|
Description=Write the number of pending updates in /run/user/%U/pending-updates
|
||||||
|
|
||||||
[Service]
|
[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…
Reference in a new issue