summaryrefslogtreecommitdiffstats
path: root/debian/gstreamer-plugin-template.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gstreamer-plugin-template.postinst')
-rw-r--r--debian/gstreamer-plugin-template.postinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/gstreamer-plugin-template.postinst b/debian/gstreamer-plugin-template.postinst
deleted file mode 100644
index 7d55d5a2..00000000
--- a/debian/gstreamer-plugin-template.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- gst-register --gst-mask=0 > /dev/null || true
- gst-compprep --gst-mask=0 > /dev/null || true
-fi
-
-#DEBHELPER#
-
-exit 0
-