This was to do with the /usr/share/doc transition many many years ago.
Closes: #866249
     Removes the need for fakeroot.  Closes: #1086628.  [Niels Thykier]
     Probably also fixes #1075720.
   * d/control: Add `Vcs-*` headers.   [Niels Thykier]
+  * Abolish the prerm and postinst (/usr/share transition).  Closes: #866249.
 
  --
 
 
+++ /dev/null
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-        if [ -d /usr/doc -a -h /usr/doc/authbind -a -d /usr/share/doc/authbind ]; then
-                rm -f /usr/doc/authbind
-        fi
-fi
-
-
 
+++ /dev/null
-#!/bin/sh
-
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/authbind ];
-then
-  rm -f /usr/doc/authbind
-fi
-