#!/bin/sh
# postinst script for gstreamer1.0-packagekit
set -e

update-alternatives --install /usr/bin/gstreamer-codec-install \
		    gstreamer-codec-install \
		    /usr/libexec/pk-gstreamer-install 80 || true



exit 0
