Mercurial > mplayer.hg
changeset 1691:0679bc99888f
man goes to /usr/share
author | eyck |
---|---|
date | Sat, 25 Aug 2001 19:40:04 +0000 |
parents | 09f9297d2ee6 |
children | 6c98e425c091 |
files | debian/dirs debian/postinst |
diffstat | 2 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/dirs Sat Aug 25 19:11:24 2001 +0000 +++ b/debian/dirs Sat Aug 25 19:40:04 2001 +0000 @@ -1,3 +1,3 @@ usr/bin usr/sbin -usr/man/man1/ +usr/share/man/man1/
--- a/debian/postinst Sat Aug 25 19:11:24 2001 +0000 +++ b/debian/postinst Sat Aug 25 19:40:04 2001 +0000 @@ -13,8 +13,6 @@ dealwithupgrades(); -# We add lo0 right now, useful in case we exit anyway. - my $mcfg = new ConfHelper('mplayer', "/etc/mplayer.conf"); $mcfg->setconfarea(" #MPlayer config file generated by .deb package. @@ -27,13 +25,11 @@ debug("Configuring video output driver..."); my $dcarea = <<"EOF"; -# MPlayer config file, - # MPlayer video output driver, configured by mplayer.deb EOF $dcarea .= "vo=" . scalar(get("mplayer/voutput")); -$dcarea .= "\n"; + $dcarea .= "\n"; $mcfg->setconfarea($dcarea);