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.postrm13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/gstreamer-plugin-template.postrm b/debian/gstreamer-plugin-template.postrm
deleted file mode 100644
index f6aa97eb..00000000
--- a/debian/gstreamer-plugin-template.postrm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- gst-register --gst-mask=0 > /dev/null || true
- gst-compprep --gst-mask=0 > /dev/null || true
-fi
-
-#DEBHELPER#
-
-exit 0
-