gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst
author morphbr
Wed Feb 07 00:03:05 2007 +0000 (2007-02-07)
branchtrunk
changeset 329 818deb9ae65d
parent 77 bca1fb717911
child 607 cd48d7f0ca59
permissions -rw-r--r--
[svn r331] - Updated gmyth_http (comments, etc..)
- Modified gmyth_http test file (test/http.c to test/gmyth_test_http.c)
- Created gmyth_vlc (interface for vlc - will be used for live tv and cool stuff)
- Created gmyth_vlc test file (test/gmyth_test_vlc.c)
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@318
    13
    /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas
renatofilho@76
    14
fi
renatofilho@76
    15
renatofilho@76
    16
exit 0