File: scalapack1-lam.postinst

package info (click to toggle)
scalapack 1.7-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 33,956 kB
  • ctags: 30,434
  • sloc: fortran: 309,685; ansic: 64,027; makefile: 1,836; sh: 4
file content (9 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
        ldconfig
fi

#DEBHELPER#