#!/bin/sh -e

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
	/etc/gconf/schemas/gamine.schemas

exit 0
