From 9e96c2b268f0c472f528c711a3f5df5658cf72c4 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:42:41 +0000 Subject: Debian 0.3.1-1 packaging update Original commit message from CVS: Debian 0.3.1-1 packaging update --- debian/gstreamer-plugin-template.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/gstreamer-plugin-template.postinst (limited to 'debian/gstreamer-plugin-template.postinst') diff --git a/debian/gstreamer-plugin-template.postinst b/debian/gstreamer-plugin-template.postinst new file mode 100644 index 00000000..e2168e83 --- /dev/null +++ b/debian/gstreamer-plugin-template.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + gst-register --gst-mask=0 || true + gst-compprep --gst-mask=0 || true +fi + +#DEBHELPER# + +exit 0 + -- cgit v1.2.1