#!/bin/sh

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

# End of file
