~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/gstreamer0.10-packagekit.postinst

  • Committer: Jonathan Riddell
  • Date: 2010-11-11 16:14:38 UTC
  • Revision ID: jriddell@canonical.com-20101111161438-jl8nudiqadou6vqh
Update Vcs- lines in debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# postinst script for gstreamer0.10-packagekit
 
3
 
 
4
set -e
 
5
 
 
6
update-alternatives --install /usr/bin/gstreamer-codec-install \
 
7
                    gstreamer-codec-install \
 
8
                    /usr/lib/packagekit/pk-gstreamer-install 80 || true
 
9
 
 
10
#DEBHELPER#
 
11
 
 
12
exit 0
 
13