File: postinst

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (14 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

if [ "$1" = configure ]; then
  if command -v install-docs >/dev/null 2>&1; then
    install-docs -i /usr/share/doc-base/scalapack-faq
    install-docs -i /usr/share/doc-base/scalapack-pblasqref
    install-docs -i /usr/share/doc-base/scalapack-scalapackqref
    install-docs -i /usr/share/doc-base/scalapack-slug
  fi
fi

#DEBHELPER#