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.postrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/gstreamer-plugin-template.postrm') diff --git a/debian/gstreamer-plugin-template.postrm b/debian/gstreamer-plugin-template.postrm index 5c2fdf1a..f6aa97eb 100644 --- a/debian/gstreamer-plugin-template.postrm +++ b/debian/gstreamer-plugin-template.postrm @@ -3,8 +3,8 @@ set -e if [ "$1" = "remove" ]; 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