]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / postinst-doc
1 if [ "$1" = "configure" ]; then
2         if [ -d /usr/doc -a ! -e /usr/doc/#PACKAGE# -a -d /usr/share/doc/#PACKAGE# ]; then
3                 ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
4         fi
5 fi