#!/bin/sh

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
    gconftool-2 --makefile-install-rule \
    /etc/opt/gnome/gconf/schemas/CDDB-Slave2.schemas \
    /etc/opt/gnome/gconf/schemas/gnome-audio-profiles.schemas \
    /etc/opt/gnome/gconf/schemas/gnome-cd.schemas \
    /etc/opt/gnome/gconf/schemas/gnome-sound-recorder.schemas

# End of file
