File: refblas3-dev.postinst

package info (click to toggle)
refblas3 1.2-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 7,324 kB
  • ctags: 6,109
  • sloc: fortran: 35,507; ansic: 25,929; makefile: 585; sh: 28
file content (15 lines) | stat: -rw-r--r-- 303 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-3.so libblas-3.so /usr/lib/libblas.so 20 \
     --slave /usr/lib/libblas-3.a libblas-3.a /usr/lib/libblas.a

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

#DEBHELPER#

exit 0