]> www.ginac.de Git - ginac.git/blob - debian/ginac-dev.postinst
* Fix a bitch of a bug where 1<I (and all other relationals) returned true.
[ginac.git] / debian / ginac-dev.postinst
1 #!/bin/sh
2 set -e
3 install-info --quiet --section Math Math -- /usr/share/info/ginac.info
4
5 #DEBHELPER#