mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
f57bdad228
Original commit message from CVS: Update to Debian packaging files to 0.2.1-2
13 lines
143 B
Bash
13 lines
143 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
gstreamer-register --gst-mask=0
|
|
gstreamer-compprep --gst-mask=0
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|