gstreamer/debian/gstreamer-core.postrm

14 lines
147 B
Plaintext
Raw Permalink Normal View History

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