debian: Allow apt-get post hook to fail gracefully (won't work in chroot)

This commit is contained in:
Jason Mehring 2015-05-01 05:03:14 -04:00
parent 293aab9e6a
commit 15459b0e82
No known key found for this signature in database
GPG Key ID: 1BB9B1FB5A4C6DAD

View File

@ -1 +1 @@
DPkg::Post-Invoke {"/usr/lib/qubes/qrexec-client-vm dom0 qubes.NotifyUpdates /bin/sh -c 'echo 0'";};
DPkg::Post-Invoke {"/usr/lib/qubes/qrexec-client-vm dom0 qubes.NotifyUpdates /bin/sh -c 'echo 0' || true";};