mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 02:10:24 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@19 e7d03fd6-7b0d-0410-9947-9c21f3af8025
7 lines
256 B
Text
7 lines
256 B
Text
# Automatically added by dh_installdocs
|
|
if [ "$1" = "configure" ]; then
|
|
if [ -d /usr/doc -a ! -e /usr/doc/linkchecker -a -d /usr/share/doc/linkchecker ]; then
|
|
ln -sf ../share/doc/linkchecker /usr/doc/linkchecker
|
|
fi
|
|
fi
|
|
# End automatically added section
|