chiark / gitweb /
fix changelog entry typo
[authbind.git] / debian / postinst
1 #!/bin/sh
2
3 if [ "$1" = "configure" ]; then
4         if [ -d /usr/doc -a -h /usr/doc/authbind -a -d /usr/share/doc/authbind ]; then
5                 rm -f /usr/doc/authbind
6         fi
7 fi
8
9