LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
liblapack3.prerm
Go to the documentation of this file.
1 #!/bin/sh
2 
3 set -e
4 if [ "$1" = "upgrade" ]
5 then
6  update-alternatives --display liblapack.so.3gf >/dev/null 2>&1 && update-alternatives --remove-all liblapack.so.3gf
7 fi
8 
9 
10 if [ "$1" != "upgrade" ]
11 then
12  update-alternatives --remove liblapack.so.3 /usr/lib/lapack/liblapack.so.3
13 fi
14 
15 #DEBHELPER#
16 
17 exit 0