File: libcoarrays-openmpi-dev.prerm.in

package info (click to toggle)
open-coarrays 2.10.2%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,712 kB
  • sloc: ansic: 11,788; f90: 11,161; sh: 3,745; makefile: 81
file content (15 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

# do not touch the alternative while being deconfigured
# this is a M-A:same package which gets regularily deconfigured
# during upgrades if multiple architectures are installed
if [ "$1" = "remove" ]; then
        update-alternatives --remove caf-openmpi /usr/lib/@DEB_HOST_MULTIARCH@/open-coarrays/openmpi/bin/caf
        update-alternatives --remove caf /usr/bin/caf.openmpi
fi



#DEBHELPER#