view debian-build/mplayer.prerm.debhelper @ 11962:909093c314e9

architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)
author gabucino
date Mon, 16 Feb 2004 23:44:05 +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