summaryrefslogtreecommitdiffstats
path: root/debian/gstreamer-plugin-template.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gstreamer-plugin-template.postrm')
-rw-r--r--debian/gstreamer-plugin-template.postrm4
1 files changed, 2 insertions, 2 deletions
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#