linkchecker/debian/linkchecker-ssl.postinst.debhelper
2001-02-22 00:49:39 +00:00

7 lines
272 B
Text

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/linkchecker-ssl -a -d /usr/share/doc/linkchecker-ssl ]; then
ln -sf ../share/doc/linkchecker-ssl /usr/doc/linkchecker-ssl
fi
fi
# End automatically added section