gstreamer/debian/gstreamer-plugin-template.postrm
David I. Lehn 9aeba03d8f 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

14 lines
147 B
Bash

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