diff options
author | Geoff Ritter <geoff dot ritter at gmail dot com> | 2011-01-01 00:16:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:24:55 -0600 |
commit | e183c644c248f813c3eed38c9b960e7f6f3f4a01 (patch) | |
tree | a3bd419266cb6a8613c3f022b1405a5caf365969 /desktop/cairo-compmgr/doinst-gconf.sh | |
parent | cbe3aeb7546079f272faaff3bfda668bc635d958 (diff) | |
download | slackbuilds-e183c644c248f813c3eed38c9b960e7f6f3f4a01.tar.gz |
desktop/cairo-compmgr: Added (drop-in replacement for xcompmgr)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-compmgr/doinst-gconf.sh')
-rw-r--r-- | desktop/cairo-compmgr/doinst-gconf.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop/cairo-compmgr/doinst-gconf.sh b/desktop/cairo-compmgr/doinst-gconf.sh new file mode 100644 index 0000000000..1d6889ea62 --- /dev/null +++ b/desktop/cairo-compmgr/doinst-gconf.sh @@ -0,0 +1,24 @@ +schema_install() { + SCHEMA="$1" + GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ + chroot . gconftool-2 --makefile-install-rule \ + /etc/gconf/schemas/$SCHEMA \ + 1>/dev/null +} + +schema_install ccm-screen.schemas +schema_install ccm-shadow.schemas +schema_install ccm-window-animation.schemas +schema_install ccm-freeze.schemas +schema_install ccm-vala-window-plugin.schemas +schema_install ccm-fade.schemas +schema_install ccm-menu-animation.schemas +schema_install ccm-perf.schemas +schema_install ccm-snapshot.schemas +schema_install ccm-magnifier.schemas +schema_install ccm-mosaic.schemas +schema_install ccm-automate.schemas +schema_install ccm-opacity.schemas +schema_install ccm-decoration.schemas +schema_install ccm-display.schemas + |