mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-03-13 23:30:13 +01:00
Check if dconf exists
This commit is contained in:
5
dist/deb/debian.postinst
vendored
5
dist/deb/debian.postinst
vendored
@@ -64,4 +64,7 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
dconf update
|
||||
which dconf > /dev/null 2>&1
|
||||
if [ "$?" = "0" ] ; then
|
||||
dconf update
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user