Package: apt
Version: 0.7.11
Files: /etc/cron.daily/apt
Severity: Wishlist

testing-lenny

Yeah, couldn't it
----------------------
        if which dbus-send >/dev/null; then
            dbus-send --system / app.apt.dbus.updated boolean:true
        fi
----------------------
 be something like this:
----------------------
        if pidof dbus-daemon >/dev/null; then
            dbus-send --system / app.apt.dbus.updated boolean:true
        fi
----------------------
?

Thanks
christian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to