#!/bin/sh

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

# End of file
