view debian-build/mplayer.postinst.debhelper @ 9734:09e5b03209e9

- 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's have MP_FD_NO_SELECT set! - moved time_val stuff into if(n>0), also changed misleading while(n>0) to while(1) (as the loop never touch n)
author arpi
date Sat, 29 Mar 2003 21:52:08 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/mplayer -a -d /usr/share/doc/mplayer ]; then
		ln -sf ../share/doc/mplayer /usr/doc/mplayer
	fi
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section