LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
liblapack-pic.prerm
Go to the documentation of this file.
1 #!/bin/sh
2 
3 set -e
4 
5 if [ "$1" != "upgrade" ]
6 then
7  update-alternatives --remove liblapack_pic.a /usr/lib/lapack/liblapack_pic.a
8 fi
9 
10 #DEBHELPER#
11 
12 exit 0