#!/bin/sh

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
	gconftool-2 --makefile-install-rule \
	/usr/etc/gconf/schemas/gnumeric-dialogs.schemas

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
	gconftool-2 --makefile-install-rule \
	/usr/etc/gconf/schemas/gnumeric-general.schemas

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
	gconftool-2 --makefile-install-rule \
	/usr/etc/gconf/schemas/gnumeric-plugins.schemas

/usr/bin/update-desktop-database
/usr/bin/update-mime-database /usr/share/mime
/usr/bin/killall -HUP gconfd-2

# End of file
