gstreamer/debian/gstreamer-plugin-template.postinst
David I. Lehn 9e96c2b268 Debian 0.3.1-1 packaging update
Original commit message from CVS:
Debian 0.3.1-1 packaging update
2002-01-12 03:42:41 +00:00

13 lines
150 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
gst-register --gst-mask=0 || true
gst-compprep --gst-mask=0 || true
fi
#DEBHELPER#
exit 0