This website requires JavaScript.
Explore
Help
Sign In
Qubes
/
core-agent-linux
Watch
1
Star
0
Fork
0
You've already forked core-agent-linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
293aab9e6a
core-agent-linux
/
network
/
00notiy-hook
2 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
debian: Only notify dom0 on apt-get post hook; don't update package index There is a possiblilty of the apt-get post hook getting triggered more than once for each apt-get session, therefore we only notify dom0 that there are no updates available and do not perform an apt-get update. The qubes-update-check.service will still perform an update so even if the dist-upgrade failed and there was actually more files to update the qubes-update-check.serivce would then at some point notify dom0 about those updates being available
2015-05-01 07:35:36 +02:00
DPkg::Post-Invoke {"/usr/lib/qubes/qrexec-client-vm dom0 qubes.NotifyUpdates /bin/sh -c 'echo 0'";};
Reference in New Issue
Copy Permalink