File: libslepc64-real3.24.prerm

package info (click to toggle)
slepc 3.24.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 122,028 kB
  • sloc: ansic: 104,353; javascript: 12,732; python: 5,958; f90: 3,312; cpp: 1,528; makefile: 761; xml: 679; sh: 347
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
SLEPC_VERSION=__SLEPC_VERSION__
SONAME=__SLEPC_SONAME_VERSION__

# Remove alternatives links
if [ "$1" = "remove" ]; then
  update-alternatives --remove libslepc64.so.${SONAME} /usr/lib/${DEB_HOST_MULTIARCH}/libslepc64_real.so.${SLEPC_VERSION}
fi

#DEBHELPER#