#!/bin/sh set -e if [ "$1" = remove -o "$1" = upgrade ]; then if command -v install-docs >/dev/null 2>&1; then install-docs -r scalapack-faq install-docs -r scalapack-slug install-docs -r scalapack-pblasqref install-docs -r scalapack-scalapackqref fi fi