gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst
branchtrunk
changeset 76 1c1958d4bab7
child 77 bca1fb717911
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst	Thu Nov 09 20:22:45 2006 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +#! /bin/sh
     1.5 +set -e
     1.6 +
     1.7 +#DEBHELPER#
     1.8 +
     1.9 +# Register our X Desktop Group Shared MIME-info Database info
    1.10 +if [ -x /usr/bin/update-mime-database ] ; then
    1.11 +        /usr/bin/update-mime-database /usr/share/mime
    1.12 +fi
    1.13 +
    1.14 +# Register a new type on Osso Media Server
    1.15 +if [ -x /usr/bin/gconftool-2 ] ; then
    1.16 +    /urc/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/osso_media_server_nuv.schemas
    1.17 +fi
    1.18 +
    1.19 +exit 0