Mercurial > mplayer.hg
diff debian-build/mplayer.postinst.debhelper @ 9364:33f43b0f24f7
Adding debian-build directory by request of Deriush Pietrzak
This is thought for creating debian binary packages for distribution.
IMPORTANT: THIS DOESNT WORK CURRENTLY
author | attila |
---|---|
date | Sun, 09 Feb 2003 12:26:11 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian-build/mplayer.postinst.debhelper Sun Feb 09 12:26:11 2003 +0000 @@ -0,0 +1,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