mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
f57bdad228
Original commit message from CVS: Update to Debian packaging files to 0.2.1-2
12 lines
98 B
Bash
12 lines
98 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
rm -rf /etc/gstreamer
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|