gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst
author rosfran
Mon Jan 15 14:41:09 2007 +0000 (2007-01-15)
branchtrunk
changeset 269 6c34a8d85a9b
parent 76 1c1958d4bab7
child 318 0944bea397f9
permissions -rw-r--r--
[svn r270] Added libcurl to the required field in the gmyth.pc.in.
     1 #! /bin/sh
     2 set -e
     3 
     4 #DEBHELPER#
     5 
     6 # Register our X Desktop Group Shared MIME-info Database info
     7 if [ -x /usr/bin/update-mime-database ] ; then
     8         /usr/bin/update-mime-database /usr/share/mime
     9 fi
    10 
    11 # Register a new type on Osso Media Server
    12 if [ -x /usr/bin/gconftool-2 ] ; then
    13     /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/osso_media_server_nuv.schemas
    14 fi
    15 
    16 exit 0