gstreamer/debian/gstreamer-runtime.postrm
David I. Lehn f57bdad228 Update to Debian packaging files to 0.2.1-2
Original commit message from CVS:
Update to Debian packaging files to 0.2.1-2
2001-07-20 06:52:18 +00:00

13 lines
98 B
Bash

#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
rm -rf /etc/gstreamer
fi
#DEBHELPER#
exit 0