#!/bin/sh

/usr/bin/fc-cache

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
    gconftool-2 --makefile-install-rule \
    /etc/opt/gnome/gconf/schemas/brlmonitor.schemas \
    /etc/opt/gnome/gconf/schemas/gnopernicus.schemas \
    /etc/opt/gnome/gconf/schemas/remote.schemas

# End of file
