diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index f06b9ba..c571a8f 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -179,7 +179,9 @@ case "${1}" in glib-compile-schemas /usr/share/glib-2.0/schemas || true - dconf update || true + if [ -x /usr/bin/dconf ]; then + dconf update + fi # tell dom0 about installed updates (applications, features etc) /etc/qubes-rpc/qubes.PostInstall || true