gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst
author rosfran
Wed Nov 22 19:53:52 2006 +0000 (2006-11-22)
branchtrunk
changeset 101 cf4a26332b8c
parent 76 1c1958d4bab7
child 318 0944bea397f9
permissions -rw-r--r--
[svn r102] Removed unused code, remade buffer fillment in the file transfer read methods.
renatofilho@76
     1
#! /bin/sh
renatofilho@76
     2
set -e
renatofilho@76
     3
renatofilho@76
     4
#DEBHELPER#
renatofilho@76
     5
renatofilho@76
     6
# Register our X Desktop Group Shared MIME-info Database info
renatofilho@76
     7
if [ -x /usr/bin/update-mime-database ] ; then
renatofilho@76
     8
        /usr/bin/update-mime-database /usr/share/mime
renatofilho@76
     9
fi
renatofilho@76
    10
renatofilho@76
    11
# Register a new type on Osso Media Server
renatofilho@76
    12
if [ -x /usr/bin/gconftool-2 ] ; then
renatofilho@77
    13
    /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/osso_media_server_nuv.schemas
renatofilho@76
    14
fi
renatofilho@76
    15
renatofilho@76
    16
exit 0