Comment 15 for bug 1604750

Revision history for this message
jokrebel (jokrebel) wrote :

Ok, once again. Because I first didn't understand.
Seems to be fixed here with changeing Line 88 in /usr/lib/byobu/updates_available:

from (old):

[ "/var/lib/apt" -nt "$mycache" ] || [ "/var/lib/apt/lists" -nt "$mycache" ]

to (new):

[ "/var/lib/apt" -nt "$mycache" ] || [ "/var/lib/apt/lists" -nt "$mycache" ] || [ "/var/log/dpkg.log" -nt "$mycache" ]

good luck!