File: libblas-dev.postinst

package info (click to toggle)
blas 1.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,764 kB
  • ctags: 6,097
  • sloc: fortran: 34,921; ansic: 25,875; makefile: 604; sh: 28
file content (15 lines) | stat: -rw-r--r-- 311 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/libblas-3gf.so libblas-3gf.so /usr/lib/libblas.so 20 \
     --slave /usr/lib/libblas-3gf.a libblas-3gf.a /usr/lib/libblas.a

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

#DEBHELPER#

exit 0