gstreamer/debian/gstreamer-core.postinst

14 lines
150 B
Plaintext
Raw Normal View History

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