File: lapack3-dev.postinst

package info (click to toggle)
lapack3 3.0.20000531a-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 61,908 kB
  • ctags: 46,200
  • sloc: fortran: 583,954; perl: 8,226; makefile: 2,332; awk: 71; sh: 45
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

set -e

update-alternatives --install /usr/lib/liblapack-3.so liblapack-3.so /usr/lib/liblapack.so 20 \
     --slave /usr/lib/liblapack-3.a liblapack-3.a /usr/lib/liblapack.a

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0