File: lapack.postinst.debhelper

package info (click to toggle)
lapack 3.0.20000531a-18
  • links: PTS
  • area: main
  • in suites: woody
  • size: 59,896 kB
  • ctags: 45,291
  • sloc: fortran: 571,183; perl: 8,226; makefile: 2,328; awk: 71; sh: 45
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/lapack -a -d /usr/share/doc/lapack ]; then
		ln -sf ../share/doc/lapack /usr/doc/lapack
	fi
fi
# End automatically added section