]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc
a49f4ca4fa6e68b29e7b093f8edc6f5f526a8dd5
[debhelper.git] / autoscripts / postinst-doc
1 if [ "$1" = "configure" ]; then
2         if [ -d /usr/doc ] && [ ! -e /usr/doc/#PACKAGE# ] && [ -d /usr/share/doc/#PACKAGE# ]; then
3                 ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
4         fi
5 fi