linkchecker/debian/postinst.debhelper
2000-02-29 16:45:11 +00:00

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