diff debian/postinst @ 1691:0679bc99888f

man goes to /usr/share
author eyck
date Sat, 25 Aug 2001 19:40:04 +0000
parents bd05276ed3d7
children 0737156ad1f0
line wrap: on
line diff
--- 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);