LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
liblapack-dev.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.so /usr/lib/lapack/liblapack.so
8 fi
9 
10 #DEBHELPER#
11 
12 exit 0