#! /bin/sh
set -e

#DEBHELPER#

# Register our X Desktop Group Shared MIME-info Database info
if [ -x /usr/bin/update-mime-database ] ; then
        /usr/bin/update-mime-database /usr/share/mime
fi

# Register a new type on Osso Media Server
if [ -x /usr/bin/gconftool-2 ] ; then
    /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas
fi

exit 0