#!/bin/sh

gtk-update-icon-cache -f /usr/share/icons/hicolor

SCHEMA="/usr/share/gconf/schemas/mapbuddy.schemas"
GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults"

gconftool-2 --makefile-install-rule ${SCHEMA}
