qrexec: adjust appmenu syncing to the new qrexec api

This commit is contained in:
Rafal Wojtczuk 2011-07-06 14:09:36 +02:00
parent dc33f0c9a7
commit 9b831e32cb

View File

@ -3,5 +3,5 @@
UPDATEABLE=`/usr/bin/xenstore-read qubes_vm_updateable`
if [ "$UPDATEABLE" = "True" ]; then
echo -n SYNC > /var/run/qubes/qrexec_agent
/usr/lib/qubes/qrexec_vm /bin/grep dom0 qubes.SyncAppMenus -H = /usr/share/applications/*.desktop
fi