renatofilho@76: #! /bin/sh renatofilho@76: set -e renatofilho@76: renatofilho@76: #DEBHELPER# renatofilho@76: renatofilho@76: # Register our X Desktop Group Shared MIME-info Database info renatofilho@76: if [ -x /usr/bin/update-mime-database ] ; then renatofilho@76: /usr/bin/update-mime-database /usr/share/mime renatofilho@76: fi renatofilho@76: renatofilho@76: # Register a new type on Osso Media Server renatofilho@76: if [ -x /usr/bin/gconftool-2 ] ; then renatofilho@318: /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas renatofilho@76: fi renatofilho@76: renatofilho@76: exit 0