view debian-build/mplayer.prerm.debhelper @ 10865:308c20281eec

Fixed 2 bugs spotted by Nico + extended a description, spelling cosmetics.
author diego
date Sat, 13 Sep 2003 20:24:51 +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