File: python3-petsc4py-real.prerm

package info (click to toggle)
petsc4py 3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,860 kB
  • sloc: python: 7,303; ansic: 1,560; f90: 322; makefile: 290; sh: 22
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

PETSC4PY_VERSION=__PETSC4PY_VERSION__
PETSC4PY_VERSION_NUMBER=$( echo ${PETSC4PY_VERSION} | sed "s/\.//g" )

# Remove alternatives links
if [ "$1" = "remove" ]; then
  update-alternatives --remove petsc4py /usr/lib/python3/dist-packages/petsc4py_real
fi

#DEBHELPER#