LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
liblapack3.postinst
Go to the documentation of this file.
1 #! /bin/sh
2 
3 set -e
4 
5 update-alternatives --install /usr/lib/liblapack.so.3 liblapack.so.3 \
6  /usr/lib/lapack/liblapack.so.3 10
7 
8 # dh_installdeb will replace this with shell code automatically
9 # generated by other debhelper scripts.
10 
11 #DEBHELPER#
12 
13 exit 0
14 
15