summaryrefslogtreecommitdiff
path: root/debian/gstreamer-plugin-template.postinst
blob: 9afaa890b39dc94a9d29812547cb344e7bc5938c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
   gstreamer-register --gst-mask=0 || true
   gstreamer-compprep --gst-mask=0 || true
fi

#DEBHELPER#

exit 0