From c873868c3befd2ba978685576753967cff1f6353 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Fri, 9 Aug 2002 16:31:55 +0000 Subject: update to 0.4.0-4 debian packages Original commit message from CVS: update to 0.4.0-4 debian packages --- debian/gstreamer-plugin-template.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/gstreamer-plugin-template.postinst') 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# -- cgit v1.2.1