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