blob: a730400ef8df79d580725c1b37118580d8cc8ea0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|