* usr/lib/byobu/updates_available:

- add an asterisk icon
This commit is contained in:
Dustin Kirkland 2016-06-02 17:24:58 -05:00
commit bf1ed62e67
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.109) unreleased; urgency=medium
* UNRELEASED
* usr/lib/byobu/updates_available:
- add an asterisk icon
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 31 May 2016 10:03:15 -0500

View file

@ -21,6 +21,9 @@
___print_updates() {
local u= s=
if [ -n "$(lsmod | grep ^kpatch_livepatch_)" ]; then
color b r W; printf "*"; color -
fi
read u s < "$1"
if [ -n "$u" ]; then
if [ "$u" -gt 0 ]; then