view debian-build/mplayer.prerm.debhelper @ 9982:cd76f332bdee

fallback to non-dr1 if the codec wants more than 1+2 buffers
author michael
date Fri, 25 Apr 2003 00:57:04 +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