1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

man goes to /usr/share

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2001-08-25 19:40:04 +00:00
parent a8c79a7c30
commit 35837598b8
2 changed files with 2 additions and 6 deletions

2
debian/dirs vendored
View File

@ -1,3 +1,3 @@
usr/bin
usr/sbin
usr/man/man1/
usr/share/man/man1/

6
debian/postinst vendored
View File

@ -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);