From 8f05ea94902172e9dbe05eeb47d8a0f3a7ad16a3 Mon Sep 17 00:00:00 2001 From: ComixHe Date: Mon, 18 Sep 2023 14:27:54 +0800 Subject: [PATCH] fix: discard all output from hook Signed-off-by: ComixHe --- misc/dpkg/dpkg.cfg.d/am-update-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"