#!/bin/sh set -e if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then if command -v install-docs >/dev/null 2>&1; then install-docs -r wdiff-doc fi fi