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