summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/apt.systemd.daily9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/apt.systemd.daily b/debian/apt.systemd.daily
index 40b6692ec..c4f3c24f0 100755
--- a/debian/apt.systemd.daily
+++ b/debian/apt.systemd.daily
@@ -445,15 +445,6 @@ if [ "$1" = "update" -o -z "$1" ] ; then
if check_stamp $UPDATE_STAMP $UpdateInterval; then
if eval apt-get $XAPTOPT -y update $XSTDERR; then
debug_echo "download updated metadata (success)."
- if which dbus-send >/dev/null 2>&1 && pidof dbus-daemon >/dev/null 2>&1; then
- if dbus-send --system / app.apt.dbus.updated boolean:true ; then
- debug_echo "send dbus signal (success)"
- else
- debug_echo "send dbus signal (error)"
- fi
- else
- debug_echo "dbus signal not send (command not available)"
- fi
update_stamp $UPDATE_STAMP
UPDATED=1
else