3
# upgrade-notifier cron daily, will do a apt-get update
7
if [ -x /usr/bin/upgrade-notifier ]; then
8
if /usr/bin/apt-get update 2>&1 >/dev/null; then
9
dbus-send --system / app.apt.dbus.updated boolean:true
10
#touch /var/lib/apt/lists/update-stamp