chiark / gitweb /
@@ -3,7 +3,9 @@
[authbind.git] / debian / postinst
1 #!/bin/sh
2 if [ "$1" = "configure" ]; then
3   if [ -d /usr/doc -a ! -e /usr/doc/authbind -a -d /usr/share/doc/authbind ];
4   then
5     ln -sf ../share/doc/authbind /usr/doc/authbind
6   fi
7 fi
8