Debian lenny version packages
[pkg-perl] / deb-src / liburi-perl / liburi-perl-1.35.dfsg.1 / debian / postinst.debhelper
1 # Automatically added by dh_installdocs
2 if [ "$1" = "configure" ]; then
3         if [ -d /usr/doc -a ! -e /usr/doc/liburi-perl -a -d /usr/share/doc/liburi-perl ]; then
4                 ln -sf ../share/doc/liburi-perl /usr/doc/liburi-perl
5         fi
6 fi
7 # End automatically added section