File: fftw-dev.postinst

package info (click to toggle)
p4fftwgel 1.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,668 kB
  • ctags: 8,082
  • sloc: asm: 56,515; ansic: 15,040; ml: 8,501; sh: 7,562; perl: 2,894; makefile: 598; fortran: 79
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

install-info --quiet --section Development Development \
	--description="Collection of fast C routines for computing discrete Fourier transforms." \
	/usr/info/fftw.info

if [ "$1" = "configure" ]; then
   if [ -d /usr/doc -a ! -e /usr/doc/p4fftwgel-dev -a -d /usr/share/doc/p4fftwgel-dev ]; then
      ln -sf ../share/doc/p4fftwgel-dev /usr/doc/p4fftwgel-dev
   fi
fi