From 35837598b8cf2683e23be567c8892ad7a9d72a3e Mon Sep 17 00:00:00 2001 From: eyck Date: Sat, 25 Aug 2001 19:40:04 +0000 Subject: man goes to /usr/share git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1692 b3059339-0415-0410-9bf9-f77b7e298cf2 --- debian/dirs | 2 +- debian/postinst | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/dirs b/debian/dirs index b7db63acb6..8afe5eca20 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,3 +1,3 @@ usr/bin usr/sbin -usr/man/man1/ +usr/share/man/man1/ diff --git a/debian/postinst b/debian/postinst index b3c182b26c..bb9f201bfd 100755 --- a/debian/postinst +++ b/debian/postinst @@ -13,8 +13,6 @@ my $didupgrade = 0; 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 @@ $mcfg->setconfarea(" 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); -- cgit v1.2.3