gstreamer/debian/gstreamer-core.postinst
David I. Lehn 1fa7ea2912 debian 0.4.0-1 packaging changes
Original commit message from CVS:
debian 0.4.0-1 packaging changes
2002-08-09 09:20:58 +00:00

14 lines
174 B
Bash

#!/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