post_install() {


	#update-gconf-defaults /desktop/gnome/sound/theme_name "Ultimate Edition Sound Scheme"
	if [ which glib-compile-schemas ]; then
		glib-compile-schemas /usr/share/glib-2.0/schemas/
	fi

}
