diff --git a/misc/dpkg/dpkg.cfg.d/am-update-hook b/misc/dpkg/dpkg.cfg.d/am-update-hook index 91d3b7d..3e03b40 100644 --- a/misc/dpkg/dpkg.cfg.d/am-update-hook +++ b/misc/dpkg/dpkg.cfg.d/am-update-hook @@ -1 +1 @@ -post-invoke="busctl call org.desktopspec.ApplicationUpdateNotifier1 /org/desktopspec/ApplicationUpdateNotifier1 org.freedesktop.DBus.Peer Ping || /bin/true" +post-invoke="busctl call org.desktopspec.ApplicationUpdateNotifier1 /org/desktopspec/ApplicationUpdateNotifier1 org.freedesktop.DBus.Peer Ping &> /dev/null || /bin/true"