#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
   gst-register --gst-mask=0 || true
   gst-compprep --gst-mask=0 || true
fi

#DEBHELPER#

exit 0