On Fri, Aug 12, 2005 at 23:58:54 +0200, Julien Cristau wrote: > > to finish the /usr/doc -> /usr/share/doc migration, biff needs to stop > creating a symlink in its postinst. Please apply the attached patch. > This time with the patch really attached :)
Sorry, Julien
diff -Nru biff-0.17.pre20000412.orig/debian/postinst
biff-0.17.pre20000412/debian/postinst
--- biff-0.17.pre20000412.orig/debian/postinst 2005-08-12 23:55:06.599536696
+0200
+++ biff-0.17.pre20000412/debian/postinst 2005-08-12 23:55:30.991044824
+0200
@@ -1,12 +1,6 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/biff -a -d /usr/share/doc/biff ]; then
- ln -sf ../share/doc/biff /usr/doc/biff
- fi
-fi
-
-if [ "$1" = "configure" ]; then
if [ -x /usr/sbin/update-inetd ]; then
if grep -q '^biff' /etc/inetd.conf ; then
ENABLED=yes
signature.asc
Description: Digital signature

