diff options
Diffstat (limited to 'desktop/cairo-compmgr/doinst-gconf.sh')
-rw-r--r-- | desktop/cairo-compmgr/doinst-gconf.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/desktop/cairo-compmgr/doinst-gconf.sh b/desktop/cairo-compmgr/doinst-gconf.sh deleted file mode 100644 index 1d6889ea62..0000000000 --- a/desktop/cairo-compmgr/doinst-gconf.sh +++ /dev/null @@ -1,24 +0,0 @@ -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 - |