diff --git a/network/00notiy-hook b/network/00notiy-hook index a1764c5..2d56c2e 100644 --- a/network/00notiy-hook +++ b/network/00notiy-hook @@ -1,2 +1 @@ -#DPkg::Post-Invoke {"echo 'invoked' >> /tmp/apt-post-invoke; systemctl start qubes-update-check.service";}; -DPkg::Post-Invoke {"systemctl start qubes-update-check.service";}; +DPkg::Post-Invoke {"/usr/lib/qubes/qrexec-client-vm dom0 qubes.NotifyUpdates /bin/sh -c 'echo 0' || true";};