mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
1fa7ea2912
Original commit message from CVS: debian 0.4.0-1 packaging changes
13 lines
174 B
Bash
13 lines
174 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
gst-register --gst-mask=0 > /dev/null || true
|
|
gst-compprep --gst-mask=0 > /dev/null || true
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|