Check if dconf exists

This commit is contained in:
Ximi1970
2020-04-16 13:01:18 +02:00
parent 63fce174f8
commit b713ccfb2b

View File

@@ -64,4 +64,7 @@ EOF
fi
dconf update
which dconf > /dev/null 2>&1
if [ "$?" = "0" ] ; then
dconf update
fi