From 1a042cfde86f9fea03babd63a37dfbf630edb2d3 Mon Sep 17 00:00:00 2001 From: Tianyu Chen Date: Wed, 6 Sep 2023 20:27:37 +0800 Subject: [PATCH] fix: am-update-hook always success add || true to satisfy dpkg hook --- 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 b386a28..91d3b7d 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 +post-invoke="busctl call org.desktopspec.ApplicationUpdateNotifier1 /org/desktopspec/ApplicationUpdateNotifier1 org.freedesktop.DBus.Peer Ping || /bin/true"