linkchecker/debian/postinst.debhelper
2000-02-26 10:24:46 +00:00

7 lines
236 B
Text

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