mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 07:22:32 +00:00
13 lines
146 B
Bash
13 lines
146 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
gstreamer-register --gst-mask=0
|
|
gstreamer-compprep --gst-mask=0
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|