File: python3-slepc4py-real.preinst

package info (click to toggle)
slepc4py 3.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 840 kB
  • sloc: python: 2,588; makefile: 230; ansic: 71; sh: 9
file content (8 lines) | stat: -rw-r--r-- 186 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_real
fi

#DEBHELPER#