view debian-build/mplayer.prerm.debhelper @ 10842:3e9bbf83bd6e

Cleanup of faad detection and a new test if gcc can compile the internal faad. Patch by Arpi.
author mosu
date Mon, 08 Sep 2003 10:09:02 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mplayer ]; then
	rm -f /usr/doc/mplayer
fi
# End automatically added section