mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
9e96c2b268
Original commit message from CVS: Debian 0.3.1-1 packaging update
13 lines
150 B
Bash
13 lines
150 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
gst-register --gst-mask=0 || true
|
|
gst-compprep --gst-mask=0 || true
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|