view debian-build/mplayer.prerm.debhelper @ 9808:a67f1ea3a5d5

hopefully this will clear up some confusion -- users keep trying to use this filter with totally non-interlaced dvds and the output is nonsense!
author rfelker
date Thu, 03 Apr 2003 00:52:33 +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