#!/bin/sh

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`

gconftool-2 --makefile-install-rule \
            /etc/opt/gnome/gconf/schemas/aisleriot.schemas \
            /etc/opt/gnome/gconf/schemas/blackjack.schemas \
            /etc/opt/gnome/gconf/schemas/gataxx.schemas \
            /etc/opt/gnome/gconf/schemas/glines.schemas \
            /etc/opt/gnome/gconf/schemas/gnect.schemas \
            /etc/opt/gnome/gconf/schemas/gnibbles.schemas \
            /etc/opt/gnome/gconf/schemas/gnobots2.schemas \
            /etc/opt/gnome/gconf/schemas/gnome-stones.schemas \
            /etc/opt/gnome/gconf/schemas/gnometris.schemas \
            /etc/opt/gnome/gconf/schemas/gnomine.schemas \
            /etc/opt/gnome/gconf/schemas/gnotravex.schemas \
            /etc/opt/gnome/gconf/schemas/gtali.schemas \
            /etc/opt/gnome/gconf/schemas/iagno.schemas \
            /etc/opt/gnome/gconf/schemas/mahjongg.schemas \
            /etc/opt/gnome/gconf/schemas/same-gnome.schemas

# End of file
