summaryrefslogtreecommitdiffstats
path: root/modules/tick/files/plugins/pacman
blob: a466487dc9668c8d1b7daa33cd983482a4ba1667 (plain) (blame)
1
2
3
4
#!/bin/sh

update_count="$( (yaourt -Qua || true) | wc -l)"
echo "pacman updates=${update_count}i"