#!/bin/sh -e

export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
for S in $*; do
    gconftool-2 --makefile-install-rule "/etc/gconf/schemas/$S.schemas" >/dev/null
done
/usr/sbin/gconf_sync_state
