File: python3-slepc4py-complex.preinst

package info (click to toggle)
slepc4py 3.18.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,544 kB
  • sloc: javascript: 9,479; python: 2,775; ansic: 132; makefile: 98; sh: 6
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# Remove alternatives links
if [ -e /etc/alternatives/slepc4py ]; then
  update-alternatives --remove slepc4py /usr/lib/python3/dist-packages/slepc4py_complex
fi

#DEBHELPER#