(no commit message)
[tails-test.git] / config / chroot_local-hooks / 20-load_gconf_default_settings
blob14b02a6dc437600b8438be3cc11cc7f30c6997c2
1 #!/bin/sh
3 set -e
5 # Load GConf settings.
7 echo "Loading GConf settings"
9 gct() {
10 gconftool-2 \
11 --direct \
12 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
13 "${@}"
16 for file in /usr/share/amnesia/gconf/*.xml ; do
17 gct --load "${file}"
18 done