#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
gstreamer-register --gst-mask=0
gstreamer-compprep --gst-mask=0
fi
#DEBHELPER#
exit 0