chiark / gitweb /
Make it work with newer Debian stuff.
[qmail] / debian / postinst
index 80140369991049dd42c2abdb5710d1f73126fc8e..bb0db8b9313ae33ceff944e168b00b140fc87130 100644 (file)
@@ -53,5 +53,10 @@ EOT2
     }
 }
 
+-e "/usr/doc/qmail" or
+  symlink("../share/doc/qmail", "/usr/doc/qmail") or
+  die "symlink: $!";
+  
 exit 0;
 
+__END__