diff options
Diffstat (limited to 'desktop/metacity/doinst.sh')
-rw-r--r-- | desktop/metacity/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/metacity/doinst.sh b/desktop/metacity/doinst.sh new file mode 100644 index 0000000000..f8d62e51da --- /dev/null +++ b/desktop/metacity/doinst.sh @@ -0,0 +1,10 @@ +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 metacity.schemas + |