projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove lines that pull libs/ext/cothreads from CVS
[platform/upstream/gstreamer.git]
/
debian
/
gstreamer-runtime.postinst
1
#!/bin/sh
2
3
set -e
4
5
if [ "$1" = "configure" ]; then
6
gst-register --gst-mask=0 > /dev/null || true
7
gst-compprep --gst-mask=0 > /dev/null || true
8
fi
9
10
#DEBHELPER#
11
12
exit 0
13