diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2004-03-04 23:27:42 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2004-03-04 23:27:42 +0000 |
commit | cb924406cdef87fee308f0801c2a997c6c9a2a10 (patch) | |
tree | f4a3886ba65a247b98c1115eab3e818806621fa2 /debian/gstreamer-plugin-template.postinst | |
parent | ef255131dc7988d4ef77f76bbdf94cf44b428057 (diff) | |
download | gst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.tar.gz gst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.tar.bz2 gst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.zip |
Debian package info not maintained here.
Original commit message from CVS:
Debian package info not maintained here.
Diffstat (limited to 'debian/gstreamer-plugin-template.postinst')
-rw-r--r-- | debian/gstreamer-plugin-template.postinst | 13 |
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 - |