LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
liblapack3gf.postinst
Go to the documentation of this file.
1 #! /bin/sh
2 
3 set -e
4 
5 # For the transition liblapack3gf => liblapack3
6 update-alternatives --remove liblapack.so.3gf /usr/lib/liblapack/liblapack.so.3
7 
8 
9 #DEBHELPER#
10 
11 exit 0
12 
13