#!/bin/sh set -e if [ "$1" = "configure" ]; then install-info --quiet --section Math Math -- /usr/share/info/ginac.info fi #DEBHELPER#