diff --git a/dist/deb/debian.postinst b/dist/deb/debian.postinst index f02e330..434bdca 100644 --- a/dist/deb/debian.postinst +++ b/dist/deb/debian.postinst @@ -64,4 +64,7 @@ EOF fi -dconf update +which dconf > /dev/null 2>&1 +if [ "$?" = "0" ] ; then + dconf update +fi