20-dconf_update 199 B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. # Update the system dconf databases so that /etc/dconf/db/local.d is
  4. # taken into account.
  5. echo "Updating the system DConf databases"
  6. dconf update
  7. chmod 0644 /etc/dconf/db/local