diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-08-09 16:31:55 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-08-09 16:31:55 +0000 |
commit | c873868c3befd2ba978685576753967cff1f6353 (patch) | |
tree | 1d69df92d63f8208cc07e385155400e5ff816cfe /debian/gstreamer-plugin-template.postinst | |
parent | 0de3cec50a9affced4809cd7dae51d22342c52b8 (diff) | |
download | gst-plugins-bad-c873868c3befd2ba978685576753967cff1f6353.tar.gz gst-plugins-bad-c873868c3befd2ba978685576753967cff1f6353.tar.bz2 gst-plugins-bad-c873868c3befd2ba978685576753967cff1f6353.zip |
update to 0.4.0-4 debian packages
Original commit message from CVS:
update to 0.4.0-4 debian packages
Diffstat (limited to 'debian/gstreamer-plugin-template.postinst')
-rw-r--r-- | debian/gstreamer-plugin-template.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/gstreamer-plugin-template.postinst b/debian/gstreamer-plugin-template.postinst index e2168e83..7d55d5a2 100644 --- a/debian/gstreamer-plugin-template.postinst +++ b/debian/gstreamer-plugin-template.postinst @@ -3,8 +3,8 @@ set -e if [ "$1" = "configure" ]; then - gst-register --gst-mask=0 || true - gst-compprep --gst-mask=0 || true + gst-register --gst-mask=0 > /dev/null || true + gst-compprep --gst-mask=0 > /dev/null || true fi #DEBHELPER# |